![]() |
Hi there,
In a filter I'm doing the following: Code: public function before(RequestInterface $request, $arguments = null) This works fine until I turn on "hot reload" whereby I get the following error in the log file: Code: CRITICAL - 2024-12-11 12:54:32 --> TypeError: explode(): Argument #2 ($string) must be of type string, Closure given It's not critical as I rarely use hot reload, however it could also be me doing something wrong. |
Messages In This Thread |
Possible issue with router->controllerName() - by Fido L Dido - 12-11-2024, 06:05 AM
RE: Possible issue with router->controllerName() - by Fido L Dido - 01-09-2025, 07:13 AM
|