Resolve "Error when creating new customer with a customer vehicle" #1126

Merged
korina.cordero merged 1 commit from 268-error-when-creating-new-customer-with-a-customer-vehicle into master 2019-09-18 04:17:36 +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;
use DateTime;