1
0
mirror of synced 2025-01-19 06:51:40 +03:00
doctrine2/lib/Doctrine/ORM/Persisters/UnionSubclassPersister.php

8 lines
105 B
PHP
Raw Normal View History

2008-09-12 09:44:51 +00:00
<?php
namespace Doctrine\ORM\Persisters;
class UnionSubclassPersister extends BasicEntityPersister
{
2011-12-19 22:56:19 +01:00
}