Rajout de doctrine/orm
[zf2.biz/galerie.git] / vendor / doctrine / orm / tests / Doctrine / Tests / Models / JoinedInheritanceType / AnotherChildClass.php
1 <?php
2
3 namespace Doctrine\Tests\Models\JoinedInheritanceType;
4
5 /**
6  * @Entity
7  */
8 class AnotherChildClass extends ChildClass
9 {
10 }