Skip to content

Commit 4f95721

Browse files
Jaimem1guelpf
authored andcommitted
fix access to undefined property
1 parent bf07c09 commit 4f95721

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/Gitlab/Model/Schedule.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ class Schedule extends AbstractModel
1111
*/
1212
protected static $properties = array(
1313
"id",
14+
"project",
15+
"project_id",
1416
"description",
1517
"ref",
1618
"cron",

0 commit comments

Comments
 (0)