From 29866b3e069951814d25abe02e490b83a545c6ff Mon Sep 17 00:00:00 2001 From: Marcel Pociot Date: Mon, 26 Nov 2018 10:04:09 +0100 Subject: [PATCH] wip --- src/Dashboard/Http/Middleware/Authorize.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Dashboard/Http/Middleware/Authorize.php b/src/Dashboard/Http/Middleware/Authorize.php index 4398fb6..7d3b16f 100644 --- a/src/Dashboard/Http/Middleware/Authorize.php +++ b/src/Dashboard/Http/Middleware/Authorize.php @@ -1,10 +1,6 @@ >>>>>> 224845d6fd754bb8f608af61675ef0519c5d2b1d:src/Http/Middleware/Authorize.php use Illuminate\Support\Facades\Gate;