mirror of
https://github.com/archtechx/tenancy.git
synced 2026-09-20 14:54:04 +00:00
Clarify TenantAssetController docblock
This commit is contained in:
parent
9403d8c8fd
commit
848736448c
1 changed files with 5 additions and 3 deletions
|
|
@ -14,9 +14,11 @@ use Symfony\Component\HttpFoundation\BinaryFileResponse;
|
||||||
use Throwable;
|
use Throwable;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Requires FilesystemTenancyBootstrapper to be enabled, since the assets are served from
|
* Requires FilesystemTenancyBootstrapper to be enabled, since the assets are served from the
|
||||||
* the tenant's storage directory (or from the root of $publicDisk), and neither is
|
* tenant's storage directory, which isn't tenant-specific unless the bootstrapper scopes it.
|
||||||
* tenant-specific unless the bootstrapper scopes it.
|
*
|
||||||
|
* With a $publicDisk configured, the assets are served from the disk's root instead, so the
|
||||||
|
* bootstrapper is only needed if that root should be tenant-specific.
|
||||||
*
|
*
|
||||||
* @see FilesystemTenancyBootstrapper
|
* @see FilesystemTenancyBootstrapper
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue