mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 19:04:02 +00:00
add todo comment
This commit is contained in:
parent
3c7535a0d6
commit
bd102ff64d
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ class RemoveStorageSymlinksAction
|
|||
if (static::symlinkExists($publicPath)) {
|
||||
event(new RemovingStorageSymlink($tenant));
|
||||
|
||||
app()->make('files')->delete($publicPath);
|
||||
app()->make('files')->delete($publicPath); // todo change this to use DI
|
||||
|
||||
event(new StorageSymlinkRemoved($tenant));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue