From a0e6dc13fcdaf382a131dea464635028af83fe87 Mon Sep 17 00:00:00 2001 From: juancristobalgd1 <65052633+juancristobalgd1@users.noreply.github.com> Date: Fri, 24 Nov 2023 01:04:20 +0100 Subject: [PATCH] update Controller.php --- src/Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Controller.php b/src/Controller.php index af7e9c7..89ed731 100644 --- a/src/Controller.php +++ b/src/Controller.php @@ -158,6 +158,6 @@ public function accessControl(array $actions, bool $allowedAction = false) */ public function __call($name, $arguments) { - throw new AxmException(Axm::t('axm', 'El método "%s" no existe', [$name]), 'no_action'); + throw new AxmException("Method [ $name ] does not exist"); } }