Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed Apr 1, 2024
1 parent ed76239 commit 7de9e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FlareMiddleware/ContextTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// We need to duplicate the class check here because this runs before the skip check
class_exists(Context::class) && Context::flush();
})->skip(
!class_exists(Context::class),
! class_exists(Context::class),
'Context facade not available (introduced in Laravel 11)',
);

Expand Down

0 comments on commit 7de9e7e

Please sign in to comment.