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
In PHP 8.2 the creation of dynamic property is deprecated.
The warning appears in property Fumeapp\Humble\Guards\HumbleGuard::$token
vendor\acidjazz\humble\src\Guards\HumbleGuard.php on line 181
Expected Behavior
No response
Steps To Reproduce
Under PHP 8.2, do a login successfully using GET api/login/{token} and you'll see this warning message through the debug bar Not a bug, but it's better to keep an eye on.
The text was updated successfully, but these errors were encountered:
What happened?
In PHP 8.2 the creation of dynamic property is deprecated.
The warning appears in property Fumeapp\Humble\Guards\HumbleGuard::$token
vendor\acidjazz\humble\src\Guards\HumbleGuard.php on line 181
Expected Behavior
No response
Steps To Reproduce
Under PHP 8.2, do a login successfully using GET api/login/{token} and you'll see this warning message through the debug bar Not a bug, but it's better to keep an eye on.
The text was updated successfully, but these errors were encountered: