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 5fedfbf commit cdeabfaCopy full SHA for cdeabfa
lib/Productsup/Platform/Site.php
@@ -7,4 +7,7 @@ class Site extends DataModel {
7
public $title;
8
public $created_at;
9
public $project_id;
10
+
11
+ /** @var string in crontab format (compatible to jenkins, with "H" for "random") */
12
+ public $import_schedule;
13
}
0 commit comments