예제 #1
0
파일: Modules.php 프로젝트: damnyan/modules
 /**
  * Disables the specified module.
  *
  * @param string $slug
  *
  * @return bool
  */
 public function disable($slug)
 {
     return $this->repository->disable($slug);
 }