Fix for error when adding a customer with vehicle. #268

This commit is contained in:
Korina Cordero 2019-09-18 04:12:17 +00:00
parent 06a53352fe
commit a8cf329f09

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;