Laravel this is not only a practical framework, it is also a programming style
How to change following model request to get only specific fields?
Event::whereIn("idEvent", $this->ids)->get();
I tried:
Event::select(["name", "id"])->whereIn("idEvent", $this->ids)->get();
Aucun commentaire:
Enregistrer un commentaire