1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 07:54:03 +00:00

Apply fixes from StyleCI

This commit is contained in:
stancl 2020-03-15 20:37:44 +00:00 committed by StyleCI Bot
parent fa861ed6dd
commit 80e9a3cc60

View file

@ -97,7 +97,7 @@ return [
], ],
'identification' => [ 'identification' => [
'header' => 'X-Tenant', // Can be anything, but should really start with "X-", 'header' => 'X-Tenant', // Can be anything, but should really start with "X-",
'query_parameter' => '_tenant' 'query_parameter' => '_tenant',
], ],
'home_url' => '/app', 'home_url' => '/app',
'create_database' => true, 'create_database' => true,