Esempio n. 1
0
 /**
  * Disables the specified module.
  *
  * @param string $slug
  *
  * @return bool
  */
 public function disable($slug)
 {
     return $this->repository->disable($slug);
 }