From 600f7440fa2bb85d80175ca7768a7807f8185138 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 22 May 2019 15:38:53 +0200 Subject: [PATCH] spelling fix --- Admin/Routes/Web/Api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Admin/Routes/Web/Api.php b/Admin/Routes/Web/Api.php index f3e157c..18f1e74 100644 --- a/Admin/Routes/Web/Api.php +++ b/Admin/Routes/Web/Api.php @@ -22,7 +22,7 @@ return [ 'permission' => [ 'module' => ApiController::MODULE_NAME, 'type' => PermissionType::MODIFY, - 'state' => PermissionState::Tag, + 'state' => PermissionState::TAG, ], ], [