orchidsoftware / platform

Orchid is a @laravel package that allows for rapid application development of back-office applications, admin/user panels, and dashboards.
https://orchid.software
MIT License
4.26k stars 631 forks source link

Filter static properties in Screen #2617

Closed grigoriy-ivanov closed 1 year ago

grigoriy-ivanov commented 1 year ago

If a public static property is used in Screen class, the system tries to assign a value to it, which causes exception "Accessing static property $xxx as non static"