From 80e9a3cc605d3fe9fa27622bc2b0d5a3a95d3c62 Mon Sep 17 00:00:00 2001 From: stancl Date: Sun, 15 Mar 2020 20:37:44 +0000 Subject: [PATCH] Apply fixes from StyleCI --- assets/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/config.php b/assets/config.php index e06a94fc..bb9873fc 100644 --- a/assets/config.php +++ b/assets/config.php @@ -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,