diff --git a/composer.json b/composer.json index 3c552a8..0ead465 100644 --- a/composer.json +++ b/composer.json @@ -57,7 +57,6 @@ "psalm/plugin-laravel": "^2", "psr-mock/http": "^1", "rector/rector": "0.17.0", - "spatie/laravel-ray": "^1", "squizlabs/php_codesniffer": "^3", "symfony/cache": "^6", "vimeo/psalm": "^5", diff --git a/src/Middleware/AuthenticateMiddlewareAbstract.php b/src/Middleware/AuthenticateMiddlewareAbstract.php index fd5ae82..555efc7 100644 --- a/src/Middleware/AuthenticateMiddlewareAbstract.php +++ b/src/Middleware/AuthenticateMiddlewareAbstract.php @@ -35,7 +35,6 @@ final public function handle( $scope = trim($scope); if (! $guard instanceof GuardContract) { - ray($guard, config()); abort(Response::HTTP_INTERNAL_SERVER_ERROR, 'Internal Server Error'); } diff --git a/tests/Pest.php b/tests/Pest.php index c6e5e76..3b5a411 100644 --- a/tests/Pest.php +++ b/tests/Pest.php @@ -22,9 +22,9 @@ uses(TestCase::class)->in(__DIR__); -uses()->beforeAll(function (): void { - // ray()->clearAll(); -})->in(__DIR__); +// uses()->beforeAll(function (): void { + +// })->in(__DIR__); uses()->beforeEach(function (): void { $this->events = [];