Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and actions-user committed Jan 12, 2022
1 parent a3ec545 commit 84aac9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Rules/ModelsExistTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace Spatie\ValidationRules\Tests\Rules;

use Spatie\ValidationRules\Tests\TestModel\User;
use Illuminate\Support\Facades\Lang;
use Spatie\ValidationRules\Rules\ModelsExist;
use Spatie\ValidationRules\Tests\TestCase;
use Spatie\ValidationRules\Tests\TestModel\User;

class ModelsExistTest extends TestCase
{
Expand Down
1 change: 0 additions & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ function (string $modelName) {

$this->setUpDatabase();
$this->setUpGuard();

}

protected function getPackageProviders($app)
Expand Down

0 comments on commit 84aac9e

Please sign in to comment.