fix(folder-model): resolve syntax error, unexpected token

This commit is contained in:
Ryan
2025-10-17 03:24:49 -04:00
committed by GitHub
parent dc1649ace3
commit 090286164d
2 changed files with 2 additions and 1 deletions

View File

@@ -64,6 +64,7 @@ Security and permission model overhaul. Tightens access controls with explicit,
### Fix
- fix(folder-model): resolve syntax error, unexpected token
- Deleted accidental second `<?php`
---

View File

@@ -212,7 +212,7 @@ class FolderModel
return ['success' => true, 'folder' => $aclKey];
}
}
/**
* Deletes a folder if it is empty and removes its corresponding metadata.