I get an error:Fatal error: Uncaught Error: Object of class Klein\Request could not be converted to stringandKlein\Klein->dispatch( $request = ???, $response = ???, $send_response = ???, $capture = ???
tell me how to use the parameters correctly in my simple example
UserController.php
I get an error:
Fatal error: Uncaught Error: Object of class Klein\Request could not be converted to string
andKlein\Klein->dispatch( $request = ???, $response = ???, $send_response = ???, $capture = ???
tell me how to use the parameters correctly in my simple example