Resolve "Privacy policy UI" #1118

Merged
korina.cordero merged 1 commit from 260-privacy-policy-ui into master 2019-08-30 03:56:24 +00:00

View file

@ -3,6 +3,7 @@
namespace App\Entity;
use Doctrine\ORM\Mapping as ORM;
use Doctrine\Common\Collections\ArrayCollection;
use Symfony\Component\Validator\Constraints as Assert;
/**
@ -22,6 +23,7 @@ class PrivacyPolicy
// name
/**
* @ORM\Column(type="string", length=80)
* @Assert\NotBlank()
*/
protected $name;