hi i migrate from laravel 8 to laravel 10 so i used in whole project DB::raw() in laravel 10 DB::raw not work must use DB::row()->getValue(DB::connection()->getQueryGrammar())
how can i refactor this in all of my project about 35 files and 135 usage in my project
i used this package but have an error : https://github.com/remarkablemark/rector-laravel-database-expressions
help me please 🙂