mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-19 04:24:00 +00:00
large commit
This commit is contained in:
@@ -6,9 +6,9 @@ use App\Classes\Modules\ControllersLogic\Companies\ListCompanyLogic;
|
||||
|
||||
class ListCompanyController
|
||||
{
|
||||
public function list(ListCompanyLogic $logic){
|
||||
public function list(ListCompanyLogic $logic, bool $pagination = true ){
|
||||
|
||||
return $logic->execute();
|
||||
return $logic->execute($pagination);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user