1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 13:14:05 +00:00

Remove "change to DI" todo

This commit is contained in:
lukinovec 2022-09-23 10:25:11 +02:00
parent 99bb28a16b
commit 484aef7885

View file

@ -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));
}