mardi 2 avril 2019

How to get specific field from model?

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();



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire