Skip to content

Commit

Permalink
[FIX] DoctrinePresenceVerifier, implements DatabasePresenceVerifierIn…
Browse files Browse the repository at this point in the history
…terface

fixes #497
  • Loading branch information
dpslwk committed Feb 16, 2023
1 parent d2c8bc0 commit b145b59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Validation/DoctrinePresenceVerifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

use Doctrine\ORM\QueryBuilder;
use Doctrine\Persistence\ManagerRegistry;
use Illuminate\Validation\PresenceVerifierInterface;
use Illuminate\Validation\DatabasePresenceVerifierInterface;
use InvalidArgumentException;

class DoctrinePresenceVerifier implements PresenceVerifierInterface
class DoctrinePresenceVerifier implements DatabasePresenceVerifierInterface
{
/**
* @var ManagerRegistry
Expand Down

0 comments on commit b145b59

Please sign in to comment.