Exemplo n.º 1
0
 /**
  * @param string $slug
  */
 public function actionOwner($slug)
 {
     $this->addons = $this->searchFacade->findByOwner($slug);
 }