1
I have a model with with already predefined calling some other models.
public $with = ["itens", "filial", "cliente", "status", "produtos", "servicos",
"composicoes", "execucoes", "tipo", "vendedor", "locacoes"];
want to ignore the object "products", how can I do this?
So what did you think of the solution.
– novic