[9.x] Remove redundant nulls (#5811)

* follow up of #5791

* Update app.php

Co-authored-by: Dries Vints <[email protected]>
This commit is contained in:
Felix Dorn
2022-02-11 08:22:45 -06:00
committed by GitHub
co-authored by Dries Vints
parent 90be1e323e
commit e077976680
+1 -1
View File
@@ -56,7 +56,7 @@ return [
'url' => env('APP_URL', 'http://localhost'),
'asset_url' => env('ASSET_URL', null),
'asset_url' => env('ASSET_URL'),
/*
|--------------------------------------------------------------------------