diff --git a/templates/project/simple/index.php b/templates/project/simple/index.php index 654d76da3..6a9b99d27 100644 --- a/templates/project/simple/index.php +++ b/templates/project/simple/index.php @@ -16,14 +16,14 @@ $di = new FactoryDefault(); /** - * Handle routes + * Read services */ - include APP_PATH . '/config/router.php'; + include APP_PATH . '/config/services.php'; /** - * Read services + * Handle routes */ - include APP_PATH . '/config/services.php'; + include APP_PATH . '/config/router.php'; /** * Get config service for use in inline setup below