Answers for "Call to a member function filter() on array"

0

Call to a member function filter() on array

$observations = collect(DB::select('call Sel_All_Observation_SP()'))->where('user_id',1);
Posted by: Guest on May-04-2021

Code answers related to "Call to a member function filter() on array"

Browse Popular Code Answers by Language