1
0
Fork 0
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:
Samuel Štancl 2022-08-29 19:26:44 +02:00 committed by GitHub
parent 3c7535a0d6
commit bd102ff64d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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