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

8 lines
112 B
PHP

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