I have a model class query
my code
$jobs = \App\Job::orderBy('created_at', 'DESC')->offset($start)->limit($length)->get(); //supply start and length of the table data
I tried DB::enableQueryLog(); dd( DB::getQueryLog() );
but it is showing nothing