Skip to content

Commit e077976

Browse files
[9.x] Remove redundant nulls (laravel#5811)
* follow up of laravel#5791 * Update app.php Co-authored-by: Dries Vints <dries@vints.io>
1 parent 90be1e3 commit e077976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
'url' => env('APP_URL', 'http://localhost'),
5858

59-
'asset_url' => env('ASSET_URL', null),
59+
'asset_url' => env('ASSET_URL'),
6060

6161
/*
6262
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)