Esempio n. 1
0
 /**
  * Get a module's properties.
  *
  * @param  string $slug
  * @return mixed
  */
 public function getProperties($slug)
 {
     return $this->repository->getProperties($slug);
 }