Exemplo n.º 1
0
 /**
  * Check if folder is excluded.
  *
  * @param $folder
  * @return bool
  */
 public function isExcluded($folder)
 {
     return $this->dataRepository->isExcluded($this->exclusions, $folder);
 }