fix: add log trait

pull/9540/head
Luciano Righetti 2024-02-06 14:34:46 +01:00
parent 258f8209d4
commit f9e079b339
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@ namespace App\Model\Table;
use App\Http\Exception\HttpSocketHttpException;
use App\Lib\Tools\BackgroundJobsTool;
use App\Lib\Tools\HttpTool;
use App\Lib\Tools\LogExtendedTrait;
use App\Lib\Tools\ServerSyncTool;
use App\Lib\Tools\TmpFileTool;
use App\Model\Entity\Distribution;
@ -37,6 +38,8 @@ use Exception;
*/
class GalaxyClustersTable extends AppTable
{
use LogExtendedTrait;
private $__assetCache = [];
private $__clusterCache = [];
private $deletedClusterUUID;