diff --git a/config/filesystems.php b/config/filesystems.php index 649c5da589c4..620f3ad6d17b 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -49,7 +49,7 @@ ], 's3' => [ - 'driver'   => 's3', + 'driver' => 's3', 'key' => env('S3_KEY'), 'secret' => env('S3_SECRET'), 'region' => env('S3_REGION'),