Optimized entity mapping

This commit is contained in:
Kevin Frantz
2018-11-20 22:04:29 +01:00
parent 0c852dbec4
commit 3b1330c40f
10 changed files with 34 additions and 10 deletions

View File

@@ -22,7 +22,7 @@ use Doctrine\Common\Collections\Collection;
* @ORM\Table(name="meta_relation")
* @ORM\Entity()
*/
final class Relation extends AbstractMeta implements RelationInterface
class Relation extends AbstractMeta implements RelationInterface
{
use IdAttribut,
SourceAttribut,