Setting debug to false
diff --git a/app/config/app.php b/app/config/app.php
index 14d95de..f13aa23 100755
--- a/app/config/app.php
+++ b/app/config/app.php
@@ -13,7 +13,7 @@
     |
     */
 
-    'debug' => true,
+    'debug' => false,
 
     /*
     |--------------------------------------------------------------------------