Dispatcher has detected a cyclic routing causing stability problems
modules.php $application->registerModules(array(
'testservice' => array(
'className' => 'Modules\Modules\Testservice\Module',
'path' => __DIR__ . '/../modules/testservice/Module.php'
)
));
beforeExecuteRoute(){ $dispatcher->forward(array( 'namespace' => 'Modules\Modules\TestService\Controllers', 'controller' => 'test', 'action' => 'index' ));
}