1
0
mirror of synced 2025-03-24 00:43:51 +03:00

10 lines
129 B
PHP
Raw Normal View History

2008-08-16 19:40:59 +00:00
<?php
class Doctrine_CollectionPersister_OneToManyPersister extends Doctrine_CollectionPersister_Abstract
{
}
?>