diff --git a/app/Classes/Modules/Companies/ControllersLogic/ListCompaniesLogic.php b/app/Classes/Modules/Companies/ControllersLogic/ListCompaniesLogic.php index f4267082..06dfb292 100644 --- a/app/Classes/Modules/Companies/ControllersLogic/ListCompaniesLogic.php +++ b/app/Classes/Modules/Companies/ControllersLogic/ListCompaniesLogic.php @@ -52,7 +52,7 @@ class ListCompaniesLogic extends AbstractControllerLogic try { $this->canListCompanies->passes(); -dd($request->input('filters')); + $query = $this->listsCompanies->execute($this->listsCompanies->deserializeFilters($request->input('filters'))); return $this->collectionResponse(CompanyResource::collection($query));