1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 06:04: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' => [
'header' => 'X-Tenant', // Can be anything, but should really start with "X-",
'query_parameter' => '_tenant'
'query_parameter' => '_tenant',
],
'home_url' => '/app',
'create_database' => true,