From 0f9d1901e425238c41263c6a9b3f5e1935616082 Mon Sep 17 00:00:00 2001 From: Matt Rabe Date: Fri, 7 Jul 2017 14:00:32 -1000 Subject: [PATCH] Remove SUPER_ADMIN req in accessory routes Re #206 --- src/routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes.php b/src/routes.php index 551f9f20..81d37dc8 100644 --- a/src/routes.php +++ b/src/routes.php @@ -12,7 +12,7 @@ Route::group([ 'namespace' => 'Dwij\Laraadmin\Controllers', 'as' => $as, - 'middleware' => ['web', 'auth', 'permission:ADMIN_PANEL', 'role:SUPER_ADMIN'] + 'middleware' => ['web', 'auth', 'permission:ADMIN_PANEL'] ], function () { /* ================== Modules ================== */