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
The validate method of the ValidatesWhenResolved interface / trait has been renamed to validateResolved in order to avoid conflicts with the $request->validate() method.
Therefore the package needs to include a composer constraint to prevent using it with Laravel 5.6.
The text was updated successfully, but these errors were encountered:
One of the changes in Laravel 5.6 breaks the package https://laravel.com/docs/5.6/upgrade
The validate method of the ValidatesWhenResolved interface / trait has been renamed to validateResolved in order to avoid conflicts with the $request->validate() method.
Therefore the package needs to include a composer constraint to prevent using it with Laravel 5.6.
The text was updated successfully, but these errors were encountered: