From 011ef696f57abfbc1ead2cf9e2cd1ea16f77b15d Mon Sep 17 00:00:00 2001 From: Kevin Frantz Date: Wed, 3 Oct 2018 16:56:31 +0200 Subject: [PATCH] Optimized table name --- application/src/Entity/Source/Operation/AndOperation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/src/Entity/Source/Operation/AndOperation.php b/application/src/Entity/Source/Operation/AndOperation.php index b3534bf..4760c8e 100644 --- a/application/src/Entity/Source/Operation/AndOperation.php +++ b/application/src/Entity/Source/Operation/AndOperation.php @@ -8,7 +8,7 @@ use Doctrine\ORM\Mapping as ORM; /** * @author kevinfrantz - * @ORM\Table(name="source_operation_user") + * @ORM\Table(name="source_operation_and") * @ORM\Entity() */ class AndOperation extends AbstractOperation