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

3 4
namespace Doctrine\ORM\Persisters;

5
class UnionSubclassPersister extends StandardEntityPersister
6 7 8
{
    
}