From c73dc287820efd8a1868e9c953e1c43064a5c2e0 Mon Sep 17 00:00:00 2001 From: denisdulici Date: Fri, 13 Mar 2020 10:27:27 +0300 Subject: [PATCH] fixed configs --- config/auth.php | 2 +- config/filesystems.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'), ], - ],, + ], /* |--------------------------------------------------------------------------