Optimized table name

This commit is contained in:
Kevin Frantz 2018-10-03 16:56:31 +02:00
parent 26285a0941
commit 011ef696f5

View File

@ -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