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:
commit
d205ee0346
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
namespace App\Entity;
|
namespace App\Entity;
|
||||||
|
|
||||||
use Doctrine\ORM\Mapping as ORM;
|
use Doctrine\ORM\Mapping as ORM;
|
||||||
|
use Doctrine\Common\Collections\ArrayCollection;
|
||||||
|
|
||||||
use Symfony\Component\Validator\Constraints as Assert;
|
use Symfony\Component\Validator\Constraints as Assert;
|
||||||
use DateTime;
|
use DateTime;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue