From 8ad9777b8d444040c75281a23876eb5e2ca25fe1 Mon Sep 17 00:00:00 2001 From: omair saleh Date: Tue, 6 Apr 2021 16:34:06 +0800 Subject: [PATCH] big commit --- .../Modules/Companies/ControllersLogic/ListCompaniesLogic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));