You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP 8.1 has deprecated the option to dynamically set variables inside of a class. This can be worked around fairly simply using __set, or creating a set param method in the data object.
The text was updated successfully, but these errors were encountered:
The problem:
PHP 8.1 has deprecated the option to dynamically set variables inside of a class. This can be worked around fairly simply using
__set
, or creating a set param method in the data object.The text was updated successfully, but these errors were encountered: