Skip to content

Commit 82ec92d

Browse files
committed
refactor($router): removed unused global $router
1 parent b5d7f61 commit 82ec92d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/config/bootstrap.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
*/
2222
Flight::set('config', new Config(require __DIR__ . '/config.php'));
2323

24-
// Whip out the ol' router and we'll pass that to the routes file
25-
$router = Flight::router();
26-
2724
/*
2825
* Load the routes file. the $router variable above is passed into the routes.php
2926
* file below so that you can define routes in that file.

0 commit comments

Comments
 (0)