fix: [app] Fixed some deprecation notices

develop
Sami Mokaddem 2024-03-29 16:32:50 +01:00
parent f6f34b2c7e
commit e111dacf17
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
2 changed files with 5 additions and 0 deletions

View File

@ -43,6 +43,10 @@ class AppController extends Controller
public $breadcrumb = [];
public $request_ip = null;
public $MetaFields = null;
public $MetaTemplates = null;
public $Users = null;
/**
* Initialization hook method.
*

View File

@ -45,6 +45,7 @@ class MetaFieldsBehavior extends Behavior
private $aliasScope = null;
private $typeHandlers = [];
private $_metaTemplateFieldTable;
public function initialize(array $config): void
{