mirror of
https://github.com/archtechx/tenancy.git
synced 2026-09-20 15:34:03 +00:00
The symlink target used to be built from the root_override template, so a disk without an entry there had nothing to resolve. The symlink target is now the disk's tenant-context root, which the bootstrapper sets either way -- with a root_override it expands the template, without one, it appends the suffix to the disk's own root. Disks that only have a url_override now get a working symlink instead of being skipped while their URL was still overridden. Skipping disks with a null url_override is now explicit. The root_override check used to cover that by accident, and without it str_replace() gets null and throws a TypeError. |
||
|---|---|---|
| .. | ||
| impersonation-migrations | ||
| migrations | ||
| resource-syncing-migrations | ||
| config.php | ||
| routes.php | ||
| TenancyServiceProvider.stub.php | ||
| tenant_routes.stub.php | ||