1
0
mirror of synced 2025-02-13 10:49:25 +03:00
doctrine2/tests/Doctrine/Tests/Models/DDC2504/DDC2504ChildClass.php

8 lines
118 B
PHP
Raw Normal View History

<?php
namespace Doctrine\Tests\Models\DDC2504;
/**
* @Entity
*/
class DDC2504ChildClass extends DDC2504RootClass
{
}