From b00ab16cda85650a234b94dce9f9f8aaac6119ac Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 16 Jul 2019 14:59:35 +0200 Subject: [PATCH] #2889 --- config/app.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/app.php b/config/app.php index 5989a1c..63f08b3 100644 --- a/config/app.php +++ b/config/app.php @@ -246,9 +246,6 @@ return [ 'URL' => Illuminate\Support\Facades\URL::class, 'Validator' => Illuminate\Support\Facades\Validator::class, 'View' => Illuminate\Support\Facades\View::class, - - - ], ]; -- 2.39.5