diff --git a/src/Concerns/DealsWithTenantSymlinks.php b/src/Concerns/DealsWithTenantSymlinks.php index fcb9e432..578bda01 100644 --- a/src/Concerns/DealsWithTenantSymlinks.php +++ b/src/Concerns/DealsWithTenantSymlinks.php @@ -40,7 +40,6 @@ trait DealsWithTenantSymlinks foreach ($urlOverrides as $disk => $publicPath) { if (! $publicPath) { - // The disk's URL is not overridden, same as in FilesystemTenancyBootstrapper::diskUrl() continue; }