Add API endpoints for Address and AddressReference (again)

This commit is contained in:
nobohan
2021-05-07 16:02:39 +02:00
parent a63c38b6aa
commit c1b727b1c8
2 changed files with 59 additions and 3 deletions

View File

@@ -2,12 +2,11 @@
namespace Chill\MainBundle\Entity;
use Chill\MainBundle\Entity\AddressReferenceRepository;
use Doctrine\ORM\Mapping as ORM;
use Chill\MainBundle\Doctrine\Model\Point;
/**
* @ORM\Entity(repositoryClass=AddressReferenceRepository::class)
* @ORM\Entity()
* @ORM\Table(name="chill_main_address_reference")
* @ORM\HasLifecycleCallbacks()
*/