Skip to content

Commit cdeabfa

Browse files
author
Chris Sachs
committed
add import_schedule to sites in api
1 parent 5fedfbf commit cdeabfa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/Productsup/Platform/Site.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ class Site extends DataModel {
77
public $title;
88
public $created_at;
99
public $project_id;
10+
11+
/** @var string in crontab format (compatible to jenkins, with "H" for "random") */
12+
public $import_schedule;
1013
}

0 commit comments

Comments
 (0)