Closed adrianbj closed 1 year ago
Right. I've been afraid this would happen sooner or later.
I currently don't have the time to implement this as I'm not using PHP 8.2 in production at this point. Feel free to submit a PR if you need this urgently.
This seems to work a treat: https://github.com/daun/processwire-dashboard/pull/44/files
Merged, thanks!
Describe the bug PHP Deprecated: Creation of dynamic property
To Reproduce Load the dashboard on a site running PHP 8.2
Expected behavior No deprecation error
Screenshots
Context For server-side issues, include the relevant information:
Additional context Simplest solution is probably:
#[AllowDynamicProperties]
https://stackoverflow.com/questions/74991682/php-8-2-dynamic-properties-deprecated-how-to-use-them-anyway-in-a-compatible-wa