Skip to content

Commit

Permalink
fix(domain): allow duplicated domain names
Browse files Browse the repository at this point in the history
> fix previous PR #442
  • Loading branch information
lutangar committed Sep 7, 2021
1 parent a283038 commit 66f133f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Entity/DomainName.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,13 @@
use Doctrine\Common\Collections\Collection;
use Doctrine\ORM\Mapping as ORM;
use Knp\DoctrineBehaviors\Model as ORMBehaviors;
use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity;
use Symfony\Component\Validator\Constraints as Assert;

/**
* Domain.
*
* @ORM\Table(name="domain_name")
* @ORM\Entity
*
* @UniqueEntity("name")
*/
class DomainName
{
Expand Down

0 comments on commit 66f133f

Please sign in to comment.