mirror of
https://github.com/Karaka-Management/oms-Workflow.git
synced 2026-01-23 20:18:40 +00:00
phcbf autofixes
This commit is contained in:
parent
ef17e1109d
commit
5c91fe696d
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
vendor
|
||||
Build
|
||||
Definitions
|
||||
|
|
@ -494,8 +494,8 @@ final class ApiController extends Controller
|
|||
|
||||
$job = TaskFactory::create($id);
|
||||
|
||||
$job->interval = $settings['settings']['interval'] ?? '';
|
||||
$job->command = 'php '
|
||||
$job->interval = $settings['settings']['interval'] ?? '';
|
||||
$job->command = 'php '
|
||||
. FileUtils::absolute(__DIR__ . '/../../../cli.php')
|
||||
. ' /workflow/instance -id '
|
||||
. $template->id
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user