mirror of
https://github.com/archtechx/tenancy.git
synced 2026-09-20 12:34:03 +00:00
Fix getBoundTenantStoragePath -> getTenantStoragePath rename leftover
This commit is contained in:
parent
197ca18566
commit
45f6bc6b96
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ use Stancl\Tenancy\Contracts\Tenant;
|
||||||
* Laravel's 'single' and 'daily' channels by default. To customize it,
|
* Laravel's 'single' and 'daily' channels by default. To customize it,
|
||||||
* see the property's docblock.
|
* 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.
|
* 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.
|
* For logging channels that are not filesystem-based, see the $channelOverrides logic.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue