From d92fd5285e7fcccaa3b3f7a4458b242df2489f9e Mon Sep 17 00:00:00 2001
From: Alex <a.croix>
Date: Thu, 11 Mar 2021 15:27:03 +0100
Subject: [PATCH] Nex try to use laravel debugbar

---
 config/app.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/app.php b/config/app.php
index 464e937..df85558 100644
--- a/config/app.php
+++ b/config/app.php
@@ -42,7 +42,7 @@ return [
     |
     */
 
-    'debug' => (bool) env('APP_DEBUG', false),
+    'debug' => (bool) env('APP_DEBUG', true),
 
     /*
     |--------------------------------------------------------------------------
-- 
GitLab