slugs() public method

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