diff --git a/config/auth.php b/config/auth.php index 3e7a5aedd..35bc71c7e 100644 --- a/config/auth.php +++ b/config/auth.php @@ -99,7 +99,7 @@ return [ 'expire' => 60, 'throttle' => 60, ], - ],, + ], /* |-------------------------------------------------------------------------- diff --git a/config/filesystems.php b/config/filesystems.php index 367054dae..0803ec1b7 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -88,7 +88,7 @@ return [ 'url' => env('AWS_URL'), ], - ],, + ], /* |--------------------------------------------------------------------------