1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/lib/Doctrine/ORM/Persisters/UnionSubclassPersister.php
2010-04-26 13:12:46 +02:00

8 lines
109 B
PHP

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