antonioribeiro / health

Laravel Health Panel
BSD 3-Clause "New" or "Revised" License
1.94k stars 198 forks source link

Update Database.php #300

Open strawoo opened 1 year ago

strawoo commented 1 year ago

Fix Database Checkers Error In Laravel 10. Since Laravel 10, DB::select method doesn't require Expression object(DB::raw)

adamczykpiotr commented 1 year ago

Not sure whether this will still work with the older versions of Laravel