enable() public method

Enables the specified module.
public enable ( string $slug ) : boolean
$slug string
return boolean
Beispiel #1
0
 /**
  * Enables the specified module.
  *
  * @param string $slug
  *
  * @return bool
  */
 public function enable($slug)
 {
     return $this->repository->enable($slug);
 }