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