Skip to content

Commit

Permalink
chore: make styleci happy
Browse files Browse the repository at this point in the history
  • Loading branch information
veelasky committed Feb 11, 2024
1 parent ff0487c commit d58822b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/HashableIdModelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

namespace Tests\Unit;

use InvalidArgumentException;
use Illuminate\Database\Eloquent\ModelNotFoundException;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Illuminate\Support\Facades\Validator;
use Illuminate\Support\Str;
use Illuminate\Validation\ValidationException;
use InvalidArgumentException;
use Tests\Models\BasicModel;
use Tests\Models\CustomKeyModel;
use Tests\Models\CustomSaltModel;
Expand Down

0 comments on commit d58822b

Please sign in to comment.