all() public method

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