We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf07c09 commit 4f95721Copy full SHA for 4f95721
lib/Gitlab/Model/Schedule.php
@@ -11,6 +11,8 @@ class Schedule extends AbstractModel
11
*/
12
protected static $properties = array(
13
"id",
14
+ "project",
15
+ "project_id",
16
"description",
17
"ref",
18
"cron",
0 commit comments