I very need multiple structure application. I used phalcon v3, now migrating v4.
I get error: Fatal error: Declaration of Multiple\Frontend\Module::registerAutoloaders(?Phalcon\DiInterface $di = NULL) must be compatible with Phalcon\Mvc\ModuleDefinitionInterface::registerAutoloaders(?Phalcon\Di\DiInterface $container = NULL) in frontend/Module.php on line 13
I cloned https://github.com/phalcon/mvc/tree/master/multiple and get same error. Please, help :(