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
Thanks for opening an issue for this and pointing it out! I've released a temporary hotfix that removes the clear() function from main WardenAuditCommand whilst I investigate further.
I'm getting
Call to undefined function Laravel\Prompts\clear()
for some reason in my logs.I can see in Laravel documentation that clear is documented, but code inspection says it's not defined.
So I tracked down where it is call and:
https://github.com/dgtlss/warden/blob/main/src/Commands/WardenAuditCommand.php#L26
and
https://github.com/dgtlss/warden/blob/main/src/Commands/WardenAuditCommand.php#L16
Laravel 11.39.0 is the version I'm running.
I'm not sure why, any help?
The text was updated successfully, but these errors were encountered: