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 Cache Store
@@ -31,6 +32,7 @@ return [
*/
'stores' => [
'apc' => [
'driver' => 'apc',
],
@@ -82,6 +84,7 @@ return [
'table' => env('DYNAMODB_CACHE_TABLE', 'cache'),
'endpoint' => env('DYNAMODB_ENDPOINT'),
],
],
/*
@@ -96,4 +99,5 @@ return [
*/
'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_cache'),
];