mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 09:34:04 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
740d670665
commit
54a33f93a8
1 changed files with 5 additions and 5 deletions
|
|
@ -168,12 +168,12 @@ return [
|
||||||
// Stancl\Tenancy\Features\TenantConfig::class, // https://tenancyforlaravel.com/docs/v3/features/tenant-config
|
// Stancl\Tenancy\Features\TenantConfig::class, // https://tenancyforlaravel.com/docs/v3/features/tenant-config
|
||||||
// Stancl\Tenancy\Features\CrossDomainRedirect::class, // https://tenancyforlaravel.com/docs/v3/features/cross-domain-redirect
|
// Stancl\Tenancy\Features\CrossDomainRedirect::class, // https://tenancyforlaravel.com/docs/v3/features/cross-domain-redirect
|
||||||
],
|
],
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Should tenancy routes be registered.
|
* Should tenancy routes be registered.
|
||||||
*
|
*
|
||||||
* Tenancy routes include tenant asset routes. By default, this route is
|
* Tenancy routes include tenant asset routes. By default, this route is
|
||||||
* enabled. But it may be useful to disable them if you use external
|
* enabled. But it may be useful to disable them if you use external
|
||||||
* storage (e.g. S3 / Dropbox) or have a custom asset controller.
|
* storage (e.g. S3 / Dropbox) or have a custom asset controller.
|
||||||
*/
|
*/
|
||||||
'routes' => true,
|
'routes' => true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue