mirror of
https://github.com/gtbu/Typesetter-5.3-p8.git
synced 2024-11-21 21:59:12 +01:00
PHP 8.2: Dynamic Properties are deprecated
PHP 8.2: Dynamic Properties are deprecated #[\AllowDynamicProperties]
This commit is contained in:
parent
afa69f18a5
commit
ed6ec12d72
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
namespace gp\admin\Layout;
|
||||
|
||||
defined('is_running') or die('Not an entry point...');
|
||||
|
||||
#[\AllowDynamicProperties]
|
||||
class Edit extends \gp\admin\Layout{
|
||||
|
||||
protected $layout_request = true;
|
||||
|
|
Loading…
Reference in a new issue