@ -20,10 +20,10 @@ class FileSystemService
|
||||
/**
|
||||
* @return DirContent[]
|
||||
*/
|
||||
public function getDirs(): array
|
||||
public function getDirs(string $dirs): array
|
||||
{
|
||||
$finder = new Finder();
|
||||
$finder->in($this->dir);
|
||||
$finder->in($this->dir . '/' . $dirs);
|
||||
|
||||
$contents = [];
|
||||
|
||||
|
Reference in New Issue
Block a user