1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 19:04:02 +00:00

Stop using command terminology in CreateStorageSymlinksAction

This commit is contained in:
lukinovec 2022-08-23 14:54:33 +02:00
parent c6268608d4
commit fceec8ec50

View file

@ -32,7 +32,7 @@ class CreateStorageSymlinksAction
event(new CreatingStorageSymlink($tenant));
if (static::symlinkExists($publicPath)) {
// If the 'force' option isn't passed, don't overwrite the existing symlink
// If $force isn't passed, don't overwrite the existing symlink
throw_if(! $force, new Exception("The [$publicPath] link already exists."));
app()->make('files')->delete($publicPath);