diff --git a/composer.json b/composer.json index 36b19b7..6aaca90 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "packaged/figlet": "~0.0", "packaged/helpers": "~2.0", "packaged/http": "~1.3", - "packaged/routing": "~2.0", + "packaged/routing": "~2.1", "packaged/ui": "~1.0", "packaged/docblock": "~1.0", "symfony/console": "~4.2", diff --git a/src/Application/Application.php b/src/Application/Application.php index ae75be9..eda5868 100644 --- a/src/Application/Application.php +++ b/src/Application/Application.php @@ -24,15 +24,9 @@ public function __construct(Cubex $cubex) protected function _generateRoutes() { - $this->_initialize(); return $this->_defaultHandler(); } - protected function _initialize() - { - //This is executed before the default handler route is yielded - } - /** * Your default handler for the application *