mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix dynamic property creation deprecation warning
There are many classes that create properties dynamically (Controller class for example).
This commit is contained in:
parent
8473730ba2
commit
0b0ec3ef40
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ App::uses('Set', 'Utility');
|
||||||
*
|
*
|
||||||
* @package Cake.Core
|
* @package Cake.Core
|
||||||
*/
|
*/
|
||||||
|
#[\AllowDynamicProperties]
|
||||||
class CakeObject {
|
class CakeObject {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue