mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-14 19:08:25 +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
|
||||
*/
|
||||
#[\AllowDynamicProperties]
|
||||
class CakeObject {
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue