Fix deprecation warnings on PHP8.2
This commit is contained in:
		| @@ -19,6 +19,7 @@ use Exception; | ||||
| use ReflectionClass; | ||||
| use ReflectionProperty; | ||||
|  | ||||
| #[AllowDynamicProperties] | ||||
| class Model { | ||||
|  | ||||
|     public           ?int    $id          = null; | ||||
|   | ||||
| @@ -17,7 +17,9 @@ | ||||
|  */ | ||||
|  | ||||
| namespace Libs; | ||||
| use AllowDynamicProperties; | ||||
|  | ||||
| #[AllowDynamicProperties] | ||||
| class Neuron { | ||||
|  | ||||
|     /** | ||||
|   | ||||
		Reference in New Issue
	
	Block a user