mirror of
https://github.com/archtechx/tenancy.git
synced 2026-09-20 12:34:03 +00:00
Update removeNestedDirectories docblock
This commit is contained in:
parent
9ec732cfce
commit
42df25ac39
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,8 @@ class RemoveStorageSymlinksAction
|
||||||
/**
|
/**
|
||||||
* Should the directories created for nested symlinks be removed along with the symlink.
|
* Should the directories created for nested symlinks be removed along with the symlink.
|
||||||
*
|
*
|
||||||
* Before enabling this, make sure you understand the removeLink() method and its implications.
|
* Before enabling this, make sure you understand the removeLink() method
|
||||||
|
* and the high stakes of recursively removing parent directories (even if the logic should be sound).
|
||||||
*
|
*
|
||||||
* @see CreateStorageSymlinksAction
|
* @see CreateStorageSymlinksAction
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue