[9.x] Remove redundant `null`s (#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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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