We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d7f61 commit 82ec92dCopy full SHA for 82ec92d
app/config/bootstrap.php
@@ -21,9 +21,6 @@
21
*/
22
Flight::set('config', new Config(require __DIR__ . '/config.php'));
23
24
-// Whip out the ol' router and we'll pass that to the routes file
25
-$router = Flight::router();
26
-
27
/*
28
* Load the routes file. the $router variable above is passed into the routes.php
29
* file below so that you can define routes in that file.
0 commit comments