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
Deprecated: can_impersonate(): Implicitly marking parameter $guard as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: can_be_impersonated(): Implicitly marking parameter $guard as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: is_impersonating(): Implicitly marking parameter $guard as nullable is deprecated, the explicit nullable type must be used instead
Needs little changes:
function can_impersonate(string $guard = null): bool
// =>
function can_impersonate(?string $guard = null): bool
The text was updated successfully, but these errors were encountered:
Hi!
Here is few deprecation messages.
Needs little changes:
The text was updated successfully, but these errors were encountered: