Exemplo n.º 1
0
 protected function getArticle()
 {
     if ($this->category) {
         $art = $this->route('id');
         if (!is_null($art)) {
             $this->article = Article::findArticle($this->category->id, $art);
         }
     }
 }