@@ -4,8 +4,6 @@ |
||
4 | 4 | namespace FlightLog\Infrastructure\Common\Routes; |
5 | 5 | |
6 | 6 | |
7 | -use FlightLog\Http\Web\Controller\WebController; |
|
8 | - |
|
9 | 7 | final class Route |
10 | 8 | { |
11 | 9 |
@@ -1,9 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -use FlightLog\Http\Web\Controller\DamageController; |
|
4 | -use FlightLog\Http\Web\Controller\FlightController; |
|
5 | 3 | use FlightLog\Infrastructure\Common\Routes\Guard; |
6 | -use FlightLog\Infrastructure\Common\Routes\Route; |
|
7 | 4 | |
8 | 5 | global $db; |
9 | 6 |