i am using mongodb database.
DB::statement(DB::raw('set @row:=0'));
return \DB::connection('mongodb')->collection('users')->selectRaw('*, @row:=@row+1 as row')->get();
show error
(1/1) FatalErrorException Call to a member function prepare() on null