mirror of
https://github.com/archtechx/tenancy.git
synced 2026-09-20 13:14:03 +00:00
If diskRoot() somehow ended up receiving a scoped disk (e.g. in case the scoped disk was listed in tenancy.filesystem.disks), its root would get configured, and it'd be completely redundant. It wouldn't break anything since scoped disk's configured root is ignored -- its parent's root is always used. Even though not adding this skipping code would essentially do no harm, it prevents the method from doing redundant work and defines the behavior a bit more clearly. diskUrl() is similar in that regard, but that method already has a strict "disk driver has to be 'local'" -- scoped disks never made it through so nothing to change there. |
||
|---|---|---|
| .. | ||
| Integrations | ||
| BroadcastChannelPrefixBootstrapper.php | ||
| BroadcastingConfigBootstrapper.php | ||
| CacheTagsBootstrapper.php | ||
| CacheTenancyBootstrapper.php | ||
| DatabaseCacheBootstrapper.php | ||
| DatabaseSessionBootstrapper.php | ||
| DatabaseTenancyBootstrapper.php | ||
| FilesystemTenancyBootstrapper.php | ||
| LogChannelBootstrapper.php | ||
| MailConfigBootstrapper.php | ||
| PersistentQueueTenancyBootstrapper.php | ||
| PostgresRLSBootstrapper.php | ||
| QueueTenancyBootstrapper.php | ||
| RedisTenancyBootstrapper.php | ||
| RootUrlBootstrapper.php | ||
| TenantConfigBootstrapper.php | ||
| UrlGeneratorBootstrapper.php | ||