From 601b665ba356a1b2626b62b63aa23660a507afbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Gonz=C3=A1lez?= Date: Thu, 17 Aug 2017 23:47:12 -0500 Subject: [PATCH] Fix in comment in config/app.php I know it is a small thing but it's driving me crazy! --- config/app.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/app.php b/config/app.php index 135e9778..a5839259 100644 --- a/config/app.php +++ b/config/app.php @@ -10,6 +10,7 @@ | 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 | any other location as required by the application or its packages. + | */ 'name' => env('APP_NAME', 'Laravel'),