mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 09:54:05 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
fa861ed6dd
commit
80e9a3cc60
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue