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

@@ -1,6 +1,7 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Default Filesystem Disk
@@ -41,6 +42,7 @@ return [
*/
'disks' => [
'local' => [
'driver' => 'local',
'root' => storage_path('app'),
@@ -62,5 +64,7 @@ return [
'url' => env('AWS_URL'),
'endpoint' => env('AWS_ENDPOINT'),
],
],
];