diff --git a/src/AppBundle/Entity/Concert.php b/src/AppBundle/Entity/Concert.php index 2365a16..dffed83 100644 --- a/src/AppBundle/Entity/Concert.php +++ b/src/AppBundle/Entity/Concert.php @@ -7,7 +7,7 @@ /** * Concert * - * @ORM\Table() + * @ORM\Table(name="concert") * @ORM\Entity(repositoryClass="AppBundle\Entity\ConcertRepository") */ class Concert