| 1 | <?php |
||
| 19 | final class CustomerIsCurrentShopUserValidator extends ConstraintValidator |
||
| 20 | { |
||
| 21 | /** @var LoggedInShopUserProviderInterface */ |
||
| 22 | private $loggedInShopUserProvider; |
||
| 23 | |||
| 24 | public function __construct(LoggedInShopUserProviderInterface $loggedInShopUserProvider) |
||
| 28 | |||
| 29 | public function validate($id, Constraint $constraint): void |
||
| 35 | } |
||
| 36 |