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