Exemplo n.º 1
0
 /**
  * @return \Illuminate\Http\Response
  */
 public function index()
 {
     $article = $this->articleRepository->findByTechnicalNameOrAbort($this->getTechnicalName());
     return view("front.{$this->getViewFolderName()}.index")->with(compact('article'));
 }