[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:
parent
90be1e323e
commit
e077976680
|
@ -56,7 +56,7 @@
|
||||||
|
|
||||||
'url' => env('APP_URL', 'http://localhost'),
|
'url' => env('APP_URL', 'http://localhost'),
|
||||||
|
|
||||||
'asset_url' => env('ASSET_URL', null),
|
'asset_url' => env('ASSET_URL'),
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue