From ff6c38325544005b3cd89f369f0652f2ddd61ae1 Mon Sep 17 00:00:00 2001 From: hidenorigoto Date: Mon, 21 Sep 2015 14:35:39 +0900 Subject: [PATCH] =?UTF-8?q?[7-14-pre2]=20Concert=E3=82=A8=E3=83=B3?= =?UTF-8?q?=E3=83=86=E3=82=A3=E3=83=86=E3=82=A3=E3=81=AE=E3=83=9E=E3=83=83?= =?UTF-8?q?=E3=83=94=E3=83=B3=E3=82=B0=E5=AE=9A=E7=BE=A9=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/AppBundle/Entity/Concert.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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