Fix dynamic property creation deprecation warning

There are many classes that create properties dynamically (Controller class for example).
This commit is contained in:
Diego Surita 2023-12-19 18:10:22 +00:00 committed by Kamil Wylegala
parent 8473730ba2
commit 0b0ec3ef40

View file

@ -27,6 +27,7 @@ App::uses('Set', 'Utility');
*
* @package Cake.Core
*/
#[\AllowDynamicProperties]
class CakeObject {
/**