Skip to content

Commit 100ced2

Browse files
committed
remove expires_at snippet property
1 parent 1646c36 commit 100ced2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

UPGRADE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ Use the `deployKeys`, `deployKey`, `addDeployKey`, `deleteDeployKey`, `removeDep
2222

2323
* The `keys`, `key`, `addKey`, `removeKey`, `disableKey` and `enableKey` methods have been removed.
2424
Use the `deployKeys`, `deployKey`, `addDeployKey`, `deleteDeployKey`, `removeDeployKey` and `enableDeployKey` instead.
25+
26+
## `Gitlab\Model\Snippet` changes
27+
28+
The `expires_at` property have been removed.`

lib/Gitlab/Model/Snippet.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
* @property-read int $id
99
* @property-read string $title
1010
* @property-read string $file_name
11-
* @property-read string $expires_at
1211
* @property-read string $updated_at
1312
* @property-read string $created_at
1413
* @property-read Project $project
@@ -24,7 +23,6 @@ class Snippet extends AbstractModel
2423
'title',
2524
'file_name',
2625
'author',
27-
'expires_at',
2826
'updated_at',
2927
'created_at',
3028
'project'

0 commit comments

Comments
 (0)