← All changes
|
src/Application/Controller/Notification/UpdateNotificationStatusController.php
+1
-1
trunk
→
2.4
View file →
| @@ -3,9 +3,9 @@ | ||
| 3 | 3 | namespace AmeliaBooking\Application\Controller\Notification; |
| 4 | 4 | |
| 5 | 5 | use AmeliaBooking\Application\Commands\Notification\UpdateNotificationStatusCommand; |
| 6 | 6 | use AmeliaBooking\Application\Controller\Controller; |
| 7 | -use AmeliaVendor\Psr\Http\Message\ServerRequestInterface as Request; | |
| 7 | +use Slim\Http\Request; | |
| 8 | 8 | |
| 9 | 9 | /** |
| 10 | 10 | * Class UpdateNotificationStatusController |
| 11 | 11 | * |