Esempio n. 1
0
 /**
  * Get all modules.
  *
  * @return Collection
  */
 public function all()
 {
     return $this->repository->all();
 }