Merge branch '268-error-when-creating-new-customer-with-a-customer-vehicle' into 'master'

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

Closes #268

See merge request jankstudio/resq!315
This commit is contained in:
Kendrick Chan 2019-09-18 04:17:35 +00:00
commit d205ee0346

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;