diff --git a/Admin/Routes/Web/Api.php b/Admin/Routes/Web/Api.php index eaae021..5e0a5da 100755 --- a/Admin/Routes/Web/Api.php +++ b/Admin/Routes/Web/Api.php @@ -23,7 +23,7 @@ return [ 'dest' => '\Modules\Notification\Controller\ApiController:apiNotificationSeenCreate', 'verb' => RouteVerb::SET, 'csrf' => true, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => ApiController::NAME, 'type' => PermissionType::CREATE, @@ -36,7 +36,7 @@ return [ 'dest' => '\Modules\Notification\Controller\ApiController:apiNotificationsGet', 'verb' => RouteVerb::GET, 'csrf' => true, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => ApiController::NAME, 'type' => PermissionType::READ, diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php index 5847094..ab043a7 100755 --- a/Admin/Routes/Web/Backend.php +++ b/Admin/Routes/Web/Backend.php @@ -22,7 +22,7 @@ return [ [ 'dest' => '\Modules\Notification\Controller\BackendController:viewNotificationDashboard', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ,