Esempio n. 1
0
 /**
  * Get the contents of the cache file.
  *
  * The cache file lists all module slugs and their
  * enabled or disabled status. This can be used to
  * filter out modules depending on their status.
  *
  * @return Collection
  */
 public function getCache()
 {
     return $this->repository->getCache();
 }