Skip to content

Commit

Permalink
Add use
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Jul 25, 2022
1 parent 5916fe4 commit 650be08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Eccube/Entity/Customer.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
namespace Eccube\Entity;

use Doctrine\ORM\Mapping as ORM;
use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity;
use Symfony\Component\Security\Core\User\UserInterface;
use Symfony\Component\Validator\Constraints as Assert;
use Symfony\Component\Validator\Mapping\ClassMetadata;

if (!class_exists('\Eccube\Entity\Customer')) {
/**
Expand Down

0 comments on commit 650be08

Please sign in to comment.