Skip to content

Commit

Permalink
formating
Browse files Browse the repository at this point in the history
  • Loading branch information
papac committed Oct 29, 2018
1 parent bc5891b commit 5d19f56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config/helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5d19f56

Please sign in to comment.