Skip to content

Commit

Permalink
Remove Ray debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Oct 16, 2023
1 parent 14bf0a8 commit 75e5f23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion src/Middleware/AuthenticateMiddlewareAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}

Expand Down
6 changes: 3 additions & 3 deletions tests/Pest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];
Expand Down

0 comments on commit 75e5f23

Please sign in to comment.