fetchesHelpMenuQuestion = $fetchesHelpMenuQuestion; } public function execute(Request $request){ try { $query = $this->fetchesHelpMenuQuestion->execute(['questionnaire_set_id' => 1]); return $query; } catch (\Exception $exception){ throw new ErrorException($exception->getMessage(), $exception->getCode()); } } }