@@ -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 | |
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | |
| 6 | 6 | |
| 7 | 7 | use FlightLog\Application\Flight\ViewModel\Balloon; |
| 8 | -use FlightLog\Application\Flight\ViewModel\TakeOffPlace; |
|
| 9 | 8 | |
| 10 | 9 | final class BalloonQueryRepository |
| 11 | 10 | { |
@@ -4,12 +4,9 @@ |
||
| 4 | 4 | namespace FlightLog\Http\Web\Controller; |
| 5 | 5 | |
| 6 | 6 | |
| 7 | -use FlightLog\Application\Damage\Command\CreateDamageCommand; |
|
| 8 | -use FlightLog\Application\Damage\Command\CreateDamageCommandHandler; |
|
| 9 | 7 | use FlightLog\Application\Pilot\Command\CreateUpdatePilotInformationCommand; |
| 10 | 8 | use FlightLog\Application\Pilot\Command\CreateUpdatePilotInformationCommandHandler; |
| 11 | 9 | use FlightLog\Domain\Pilot\ValueObject\PilotId; |
| 12 | -use FlightLog\Http\Web\Form\DamageCreationForm; |
|
| 13 | 10 | use FlightLog\Http\Web\Form\PilotForm; |
| 14 | 11 | use FlightLog\Infrastructure\Pilot\Repository\PilotRepository; |
| 15 | 12 | |
@@ -4,7 +4,6 @@ discard block |
||
| 4 | 4 | namespace FlightLog\Http\Web\Form; |
| 5 | 5 | |
| 6 | 6 | |
| 7 | -use FlightLog\Application\Damage\Command\CreateDamageCommand; |
|
| 8 | 7 | use FlightLog\Application\Pilot\Command\CreateUpdatePilotInformationCommand; |
| 9 | 8 | use flightlog\form\Csrf; |
| 10 | 9 | use flightlog\form\Form; |
@@ -13,8 +12,6 @@ discard block |
||
| 13 | 12 | use flightlog\form\Input; |
| 14 | 13 | use flightlog\form\InputCheckBox; |
| 15 | 14 | use flightlog\form\InputDate; |
| 16 | -use flightlog\form\Number; |
|
| 17 | -use flightlog\form\UserSelect; |
|
| 18 | 15 | |
| 19 | 16 | final class PilotForm extends Form |
| 20 | 17 | { |