Changing app_name on app.php config file

This commit is contained in:
Bruno F. Fontes 2018-09-07 20:25:13 -03:00
parent 5c8b8d93f5
commit dd7f65d5fd
Signed by: brunofontes
GPG Key ID: EE3447CE80048495

View File

@ -13,7 +13,7 @@ return [
| |
*/ */
'name' => env('APP_NAME', 'Laravel'), 'name' => env('APP_NAME', 'Share It'),
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------