From eb011c799d2c27ed098be36c9828a3fdc8546038 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Thu, 7 Sep 2017 15:21:03 +0100 Subject: [PATCH] =?UTF-8?q?We=20don=E2=80=99t=20need=20the=20Debugbar=20fa?= =?UTF-8?q?cade?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/app.php | 1 - 1 file changed, 1 deletion(-) diff --git a/config/app.php b/config/app.php index 0fe15e72..c4ce36ec 100644 --- a/config/app.php +++ b/config/app.php @@ -259,7 +259,6 @@ return [ 'Validator' => Illuminate\Support\Facades\Validator::class, 'View' => Illuminate\Support\Facades\View::class, - 'Debugbar' => Barryvdh\Debugbar\Facade::class, 'Twitter' => Thujohn\Twitter\Facades\Twitter::class, ],