how to write like this. this function is not working for me
ContractorsServices::where('serviceID',$request->id)->where('isPopular', false)->update([
'isPopular' => true
]);
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
how to write like this. this function is not working for me
ContractorsServices::where('serviceID',$request->id)->where('isPopular', false)->update([
'isPopular' => true
]);