This commit is contained in:
Yuri Kuznetsov
2023-04-20 18:32:24 +03:00
parent f9c6147396
commit 5251fcd4ec
6 changed files with 31 additions and 47 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ class JobTask extends AsyncTask
{
$app = new Application();
$params = RunnerParams::fromArray(['id' => $this->jobId]);
$params = RunnerParams::create()->with('id', $this->jobId);
try {
$app->run(JobRunner::class, $params);