Laravel this is not only a practical framework, it is also a programming style
I do request with joining tables:
$categories = Model::with("translate")->get();
In result object I get data with translate for each row.
translate
How can I exclude this from response?
Aucun commentaire:
Enregistrer un commentaire