diff --git a/tests/Integration/Http/InboxControllerTest.php b/tests/Integration/Http/InboxControllerTest.php index e06d37c..859a7b3 100644 --- a/tests/Integration/Http/InboxControllerTest.php +++ b/tests/Integration/Http/InboxControllerTest.php @@ -2,8 +2,8 @@ namespace ShipSaasInboxProcess\Tests\Integration\Http; +use Error; use Illuminate\Http\JsonResponse; -use PHPUnit\Framework\Error; use ShipSaasInboxProcess\Http\Requests\AbstractInboxRequest; use ShipSaasInboxProcess\InboxProcessSetup; use ShipSaasInboxProcess\Repositories\InboxMessageRepository;