Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/op-cache-check' into fea…
Browse files Browse the repository at this point in the history
…ture/op-cache-check
  • Loading branch information
david-d-h committed Oct 16, 2023
2 parents af7f351 + 42575e4 commit 80d1ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/NotificationTest.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php


use Illuminate\Support\Facades\Cache;
use Illuminate\Support\Facades\Notification;
use Vormkracht10\LaravelOK\Checks\Base\Check;
use Vormkracht10\LaravelOK\Checks\Base\Result;
use Vormkracht10\LaravelOK\Events\CheckFailed;
use Vormkracht10\LaravelOK\Notifications\CheckFailedNotification;

use function Pest\Laravel\travel;

$failed = new class extends Check
Expand Down

0 comments on commit 80d1ed7

Please sign in to comment.