예제 #1
0
파일: Modules.php 프로젝트: damnyan/modules
 /**
  * Get all module slugs.
  *
  * @return array
  */
 public function slugs()
 {
     return $this->repository->slugs();
 }