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 5bd10e7 commit 3673258Copy full SHA for 3673258
app/config/bootstrap.php
@@ -11,9 +11,6 @@
11
Flight::halt(500, 'Config file not found. Please create a config.php file in the app/config directory to get started.');
12
}
13
14
-// this has to be hard code required because autoload hasn't been registered yet.
15
-require_once __DIR__ . '/../utils/CustomFlight.php';
16
-
17
// It is better practice to not use static methods for everything. It makes your
18
// app much more difficult to unit test easily.
19
$app = Flight::app();
app/utils/CustomFlight.php
0 commit comments