We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99eb790 commit 2441d02Copy full SHA for 2441d02
install/install.php
@@ -23,6 +23,9 @@ public function install(Migration $migration) {
23
$this->createNotifications();
24
Config::setConfigurationValues('formcreator', ['schema_version' => PLUGIN_FORMCREATOR_SCHEMA_VERSION]);
25
26
+ $task = new CronTask();
27
+ PluginFormcreatorIssue::cronSyncIssues($task);
28
+
29
return true;
30
}
31
0 commit comments