fix: add missing log trait

pull/9540/head
Luciano Righetti 2024-02-08 15:55:47 +01:00
parent 2bb96048bd
commit 209e9656e2
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@
namespace App\Model\Table;
use App\Lib\Tools\BackgroundJobsTool;
use App\Lib\Tools\LogExtendedTrait;
use App\Model\Entity\Job;
use App\Model\Table\AppTable;
use ArrayObject;
@ -12,6 +13,8 @@ use Exception;
class JobsTable extends AppTable
{
use LogExtendedTrait;
public function initialize(array $config): void
{
parent::initialize($config);