<?php

namespace Doctrine\Tests\Models\DDC2504;

/**
 * @Entity
 */
class DDC2504ChildClass extends DDC2504RootClass
{
    const CLASSNAME = __CLASS__;
}