mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-19 04:23:59 +00:00
big commit
This commit is contained in:
@@ -54,7 +54,7 @@ class ListCompaniesLogic extends AbstractControllerLogic
|
||||
$this->canListCompanies->passes();
|
||||
|
||||
$query = $this->listsCompanies->execute($this->listsCompanies->deserializeFilters($request->input('filters')));
|
||||
dd($query);
|
||||
|
||||
return $this->collectionResponse(CompanyResource::collection($query));
|
||||
|
||||
} catch (\Exception $exception){
|
||||
|
||||
Reference in New Issue
Block a user