Skip to content

Instantly share code, notes, and snippets.

View shoebaamir7's full-sized avatar

Aamir Shoeb shoebaamir7

View GitHub Profile
<?php
namespace AppBundle\Entity;
use Doctrine\ORM\Mapping as ORM;
use Symfony\Component\Validator\Constraints as Assert;
use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity;
use Symfony\Component\Security\Core\User\UserInterface;
/**