mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
type fixes
This commit is contained in:
@@ -70,6 +70,7 @@ class JobTask extends AsyncTask
|
||||
$app->run(JobRunner::class, $params);
|
||||
}
|
||||
catch (Throwable $e) {
|
||||
/** @var \Espo\Core\Utils\Log */
|
||||
$log = $app->getContainer()->get('log');
|
||||
|
||||
$log->error(
|
||||
|
||||
Reference in New Issue
Block a user