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
After calling the "passes" method to validate data, calling the errors() method triggers a fatal error by attempting to invoke the all() method on an array.
PHP Fatal error: Call to a member function all() on array in /var/www/my.app/vendor/prettus/laravel-validation/src/Prettus/Validator/AbstractValidator.php on line 92
The text was updated successfully, but these errors were encountered:
After calling the "passes" method to validate data, calling the
errors()
method triggers a fatal error by attempting to invoke theall()
method on an array.My example code
The error
The text was updated successfully, but these errors were encountered: