yagrasdemonde

Results 2 comments of yagrasdemonde

Yes I thank so too. Before your suggestion I tried yet to do this return without applyScopes but without success. I have same error. I suspect this extract code in...

Same result with ```php public function dataTable($query) { return datatables() ->collection($query) ->addColumn('action', 'newslettermailjet::back.lists.datatables.action') ->rawColumns(['action']); } public function query() { $allLists = $this->mailJetRepository->getAllLists($filters = null); //return $this->applyScopes($allLists->getData()); return $allLists->getData(); } ```...