1
0
mirror of synced 2024-12-14 07:06:04 +03:00
doctrine2/lib/Doctrine/ORM/Persisters/UnionSubclassPersister.php

8 lines
112 B
PHP
Raw Normal View History

2008-09-12 13:44:51 +04:00
<?php
namespace Doctrine\ORM\Persisters;
class UnionSubclassPersister extends AbstractEntityPersister
{
}