Revert "Apply fixes from StyleCI (#5356)" (#5357)

This reverts commit 6cbfb781a2.
This commit is contained in:
Graham Campbell
2020-07-27 18:52:00 +01:00
committed by GitHub
parent 6cbfb781a2
commit 407b6b8b04
17 changed files with 50 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
use Illuminate\Support\Str;
return [
/*
|--------------------------------------------------------------------------
| Default Database Connection Name
@@ -33,6 +34,7 @@ return [
*/
'connections' => [
'sqlite' => [
'driver' => 'sqlite',
'url' => env('DATABASE_URL'),
@@ -88,6 +90,7 @@ return [
'prefix' => '',
'prefix_indexes' => true,
],
],
/*
@@ -115,6 +118,7 @@ return [
*/
'redis' => [
'client' => env('REDIS_CLIENT', 'phpredis'),
'options' => [
@@ -137,5 +141,7 @@ return [
'port' => env('REDIS_PORT', '6379'),
'database' => env('REDIS_CACHE_DB', '1'),
],
],
];