pushCriteria(app(RequestCriteria::class)); $this->pushCriteria(app(LessonCriteria::class)); $this->setPresenter(LessonPresenter::class); } }