From 54a33f93a85a5e0a4d53ac48fabacd8ebb716eec Mon Sep 17 00:00:00 2001 From: stancl Date: Thu, 22 Apr 2021 09:09:22 +0000 Subject: [PATCH] Apply fixes from StyleCI --- assets/config.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/config.php b/assets/config.php index d992420e..029591ad 100644 --- a/assets/config.php +++ b/assets/config.php @@ -168,12 +168,12 @@ return [ // 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 ], - + /** - * Should tenancy routes be registered. - * - * Tenancy routes include tenant asset routes. By default, this route is - * enabled. But it may be useful to disable them if you use external + * Should tenancy routes be registered. + * + * Tenancy routes include tenant asset routes. By default, this route is + * enabled. But it may be useful to disable them if you use external * storage (e.g. S3 / Dropbox) or have a custom asset controller. */ 'routes' => true,