pushCriteria(app(RequestCriteria::class)); $this->pushCriteria(app(DepartmentCriteria::class)); $this->setPresenter(DepartmentPresenter::class); } }