This commit is contained in:
Fabian @ Blax Software 2026-02-10 14:05:36 +01:00
parent 2a47591907
commit 463e633713
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ class Controller
}
if (! method_exists($controllerClass, $method)) {
$controller->error($connection, $message, 'Event could not be handled');
$controller->error('Event could not be handled');
$controller->unboot();
return;
}