Skip to content

Conversation

@u01jmg3
Copy link
Contributor

@u01jmg3 u01jmg3 commented Jul 10, 2023

laravel90.php causes the following change to be applied which is not necessary:

-$request->validated();
+$request->validated(null, null);

The method was changed to be the following between Laravel 8 and 9:

-public function validated()
+public function validated($key = null, $default = null)

@driftingly driftingly merged commit 19871e4 into driftingly:main Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants