From 0277cb120028806e8e6bf2a3068c15663408a727 Mon Sep 17 00:00:00 2001 From: Ganesh Bhosale Date: Thu, 20 Oct 2016 17:09:07 +0530 Subject: [PATCH] Route bugs --- src/routes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes.php b/src/routes.php index 2a10b22..bceac80 100644 --- a/src/routes.php +++ b/src/routes.php @@ -1,12 +1,12 @@ 'Dwij\Laraadmin\Controllers', + 'namespace' => 'Dwij\Laeditor\Controllers', 'as' => $as, 'middleware' => ['web', 'auth', 'permission:ADMIN_PANEL', 'role:SUPER_ADMIN'] ], function () {