Merge pull request #4383 from scrubmx/patch-8

Fix in comment in config/app.php
This commit is contained in:
Taylor Otwell 2017-08-18 08:00:12 -05:00 committed by GitHub
commit 37d39a7cf5
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
| This value is the name of your application. This value is used when the | This value is the name of your application. This value is used when the
| framework needs to place the application's name in a notification or | framework needs to place the application's name in a notification or
| any other location as required by the application or its packages. | any other location as required by the application or its packages.
|
*/ */
'name' => env('APP_NAME', 'Laravel'), 'name' => env('APP_NAME', 'Laravel'),