BF error
This commit is contained in:
parent
2a47591907
commit
463e633713
|
|
@ -91,7 +91,7 @@ class Controller
|
||||||
}
|
}
|
||||||
|
|
||||||
if (! method_exists($controllerClass, $method)) {
|
if (! method_exists($controllerClass, $method)) {
|
||||||
$controller->error($connection, $message, 'Event could not be handled');
|
$controller->error('Event could not be handled');
|
||||||
$controller->unboot();
|
$controller->unboot();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue