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

* follow up of #5791

* Update app.php

Co-authored-by: Dries Vints <dries@vints.io>
This commit is contained in:
Felix Dorn
2022-02-11 15:22:45 +01:00
committed by GitHub
parent 90be1e323e
commit e077976680

View File

@@ -56,7 +56,7 @@ return [
'url' => env('APP_URL', 'http://localhost'),
'asset_url' => env('ASSET_URL', null),
'asset_url' => env('ASSET_URL'),
/*
|--------------------------------------------------------------------------