aboutsummaryrefslogtreecommitdiff
path: root/tests/jsonapi/ConsultationsBookingCreateBySlotIndexTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/jsonapi/ConsultationsBookingCreateBySlotIndexTest.php')
-rw-r--r--tests/jsonapi/ConsultationsBookingCreateBySlotIndexTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/jsonapi/ConsultationsBookingCreateBySlotIndexTest.php b/tests/jsonapi/ConsultationsBookingCreateBySlotIndexTest.php
index 058e5dd..2d9be45 100644
--- a/tests/jsonapi/ConsultationsBookingCreateBySlotIndexTest.php
+++ b/tests/jsonapi/ConsultationsBookingCreateBySlotIndexTest.php
@@ -1,7 +1,7 @@
<?php
use JsonApi\Routes\Consultations\BookingsCreate;
use JsonApi\Schemas\ConsultationBooking as Schema;
-use JsonAPi\Schemas\User as UserSchema;
+use JsonApi\Schemas\User as UserSchema;
use WoohooLabs\Yang\JsonApi\Response\JsonApiResponse;
require_once __DIR__ . '/ConsultationHelper.php';