1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/lib/Doctrine/ORM/Persisters/UnionSubclassPersister.php
2011-12-19 22:56:19 +01:00

8 lines
105 B
PHP

<?php
namespace Doctrine\ORM\Persisters;
class UnionSubclassPersister extends BasicEntityPersister
{
}