From e077976680bdb2644698fb8965a1e2a8710b5d4b Mon Sep 17 00:00:00 2001 From: Felix Dorn Date: Fri, 11 Feb 2022 15:22:45 +0100 Subject: [PATCH] [9.x] Remove redundant `null`s (#5811) * follow up of #5791 * Update app.php Co-authored-by: Dries Vints --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 1941d7c7..7c60cd9d 100644 --- a/config/app.php +++ b/config/app.php @@ -56,7 +56,7 @@ 'url' => env('APP_URL', 'http://localhost'), - 'asset_url' => env('ASSET_URL', null), + 'asset_url' => env('ASSET_URL'), /* |--------------------------------------------------------------------------