diff --git a/index.php b/index.php --- a/index.php +++ b/index.php @@ -1,14 +1,13 @@ - - */ - -use bfw\Dispatcher; - -require_once 'config/config.php'; - -$dispatcher = new Dispatcher(); -return $dispatcher->delegate(); \ No newline at end of file + + */ +use bfw\Dispatcher; + +require_once 'config/config.php'; + +$dispatcher = new Dispatcher(); +return $dispatcher->delegate();