jokkedk/webgrind

PHP 8.2 - Deprecated Creation of Dynamic properties

Closed this issue · 1 comments

PHP Deprecated Creation of Dynamic properties. I fixed the two instances on my end, but I'm still trying to get the website to load a chart, but after that I'll do a PR if I can

Screen Shot 2024-05-18 at 11 03 59 AM

You can add
#[\AllowDynamicProperties]
before the class declaration, in two files FileHandler.php and Reader.php