diff --git a/src/config/helper.php b/src/config/helper.php index aec35cd..391d2f9 100644 --- a/src/config/helper.php +++ b/src/config/helper.php @@ -18,7 +18,6 @@ function policier($action = null, ...$args) if (!in_array($action, ['decode', 'encode', 'verify', 'validate', 'parse'])) { throw new \BadMethodCallException("Action not define"); - } return call_user_func_array([$policier, $action], $args);