UnionSubclassPersister.php 112 Bytes
Newer Older
romanb's avatar
romanb committed
1 2
<?php

3 4 5 6 7 8
namespace Doctrine\ORM\Persisters;

class UnionSubclassPersister extends AbstractEntityPersister
{
    
}