Skip to content

Commit

Permalink
update Controller.php
Browse files Browse the repository at this point in the history
  • Loading branch information
juancristobalgd1 authored Nov 24, 2023
1 parent 3a35f98 commit a0e6dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
}

0 comments on commit a0e6dc1

Please sign in to comment.