Skip to content

Commit 28b538e

Browse files
committed
Merge pull request GitLabPHP#13 from screenpages/master
Added property 'snippets_enabled' for compatibility with gitlab 5.4
2 parents 10a61ff + 3a9d7dd commit 28b538e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Gitlab/Model/Project.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ class Project extends AbstractModel
2929
'wiki_enabled',
3030
'created_at',
3131
'greatest_access_level',
32-
'last_activity_at'
32+
'last_activity_at',
33+
'snippets_enabled'
3334
);
3435

3536
public static function fromArray(Client $client, array $data)

0 commit comments

Comments
 (0)