large commit

This commit is contained in:
Omair Saleh
2019-06-03 10:29:08 +08:00
parent 2546b4a7fa
commit 919e0252f7
113 changed files with 2556 additions and 1815 deletions
@@ -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);
}
}