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

Fix getBoundTenantStoragePath -> getTenantStoragePath rename leftover

This commit is contained in:
lukinovec 2026-09-07 13:07:02 +02:00 committed by Samuel Stancl
parent 197ca18566
commit 45f6bc6b96

View file

@ -21,7 +21,7 @@ use Stancl\Tenancy\Contracts\Tenant;
* Laravel's 'single' and 'daily' channels by default. To customize it,
* see the property's docblock.
*
* Note that since the tenant's storage path is resolved using FilesystemTenancyBootstrapper::getBoundTenantStoragePath(),
* Note that since the tenant's storage path is resolved using FilesystemTenancyBootstrapper::getTenantStoragePath(),
* which is a public static method, FilesystemTenancyBootstrapper does not have to be enabled.
*
* For logging channels that are not filesystem-based, see the $channelOverrides logic.