Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
markvaneijk committed Aug 9, 2023
1 parent d5f1275 commit 5e62d95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Checks/Traits/ChecksUrl.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

use Exception;
use Illuminate\Support\Facades\Http;
use Vormkracht10\LaravelOK\Checks\Check;
use Vormkracht10\LaravelOK\Checks\Result;
use Vormkracht10\LaravelOK\Checks\Base\Check;
use Vormkracht10\LaravelOK\Checks\Base\Result;
use Vormkracht10\LaravelOK\Exceptions\InvalidCheck;

class ChecksUrl extends Check
Expand Down

0 comments on commit 5e62d95

Please sign in to comment.