Replies: 2 comments 1 reply
-
I think laravel hired unexperienced developers. |
Beta Was this translation helpful? Give feedback.
1 reply
-
You can refer to #47210 for some benefits |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Laravel Version
10.18.0
PHP Version
8.1.0
Database Driver & Version
MariaDB 10.6.5
Description
Whit reference: https://laravel.com/docs/10.x/upgrade#database-expressions
Why you adding
DB::connection()->getQueryGrammar()
ingetValue()
funciton as parameter?In your class
Illuminate\Database\Query\Expression
there is extra and uncalled/unused injection ofIlluminate\Database\Grammar
.Steps To Reproduce
https://laravel.com/docs/10.x/upgrade#database-expressions
Beta Was this translation helpful? Give feedback.
All reactions