mirror of
https://github.com/gtbu/Typesetter-5.3-p8.git
synced 2024-11-21 13:59:11 +01:00
php8.2 Dynamic Properties are deprecated
Dynamic Properties are deprecated
This commit is contained in:
parent
d50f7a5b65
commit
8d716e5428
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
namespace gp;
|
||||
|
||||
defined('is_running') or die('Not an entry point...');
|
||||
|
||||
#[\AllowDynamicProperties]
|
||||
abstract class Base{
|
||||
|
||||
//executable commands
|
||||
|
|
Loading…
Reference in a new issue