I created a project using the development tools named rema. When I enter the index
I get the error message
RemaController handler class cannot be loaded
#0 [internal function]: Phalcon\Mvc\Dispatcher->throwDispatchException('RemaController ...', 2)
#1 [internal function]: Phalcon\Dispatcher\AbstractDispatcher->dispatch()
#2 C:\xampp\htdocs\rema\public\index.php(43): Phalcon\Mvc\Application->handle('/rema/')
#3 {main}
But rema is the name of the project not a controller. In the version of Phalcon 3 I did not have this message. How can i correct it?