Skip to content

Commit 3673258

Browse files
committed
refactor(CustomFlight): removed unused by interpreted code class
1 parent 5bd10e7 commit 3673258

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

app/config/bootstrap.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
Flight::halt(500, 'Config file not found. Please create a config.php file in the app/config directory to get started.');
1212
}
1313

14-
// this has to be hard code required because autoload hasn't been registered yet.
15-
require_once __DIR__ . '/../utils/CustomFlight.php';
16-
1714
// It is better practice to not use static methods for everything. It makes your
1815
// app much more difficult to unit test easily.
1916
$app = Flight::app();

app/utils/CustomFlight.php

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)