\DB::table();Why do we need to write this slash \ in the teaching video, but the laravel manual demonstration does not require it
Got it, thanks
If you add this line above, use Illuminate\Support\Facades\DB;
you don’t need to write it\
Got it, thanks
If you add this line above, use Illuminate\Support\Facades\DB;
you don’t need to write it\