wip
This commit is contained in:
parent
cc3932a9f5
commit
99bd9727ca
|
|
@ -138,7 +138,7 @@ class FileManagerService
|
|||
return [
|
||||
'path' => $folderPath,
|
||||
'name' => $baseName,
|
||||
'leaf' => $this->hasSubFolders($folderPath),
|
||||
'leaf' => !$this->hasSubFolders($folderPath),
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue