1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-09-20 15:14:03 +00:00

Delete redundant comment

This commit is contained in:
lukinovec 2026-08-31 16:52:08 +02:00 committed by Samuel Stancl
parent 8e671fe5be
commit 99994dca85

View file

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