← All changes
|
src/Application/Controller/User/Provider/GetProviderController.php
+1
-1
trunk
→
2.4
View file →
| @@ -5,9 +5,9 @@ | ||
| 5 | 5 | use AmeliaBooking\Application\Commands\User\Provider\GetProviderCommand; |
| 6 | 6 | use AmeliaBooking\Application\Commands\CommandResult; |
| 7 | 7 | use AmeliaBooking\Application\Controller\Controller; |
| 8 | 8 | use AmeliaBooking\Domain\Events\DomainEventBus; |
| 9 | -use AmeliaVendor\Psr\Http\Message\ServerRequestInterface as Request; | |
| 9 | +use Slim\Http\Request; | |
| 10 | 10 | |
| 11 | 11 | /** |
| 12 | 12 | * Class GetProviderController |
| 13 | 13 | * |