1
0
mirror of synced 2025-03-23 08:23:51 +03:00

14 lines
159 B
PHP
Raw Normal View History

2011-12-14 16:28:01 -02:00
<?php
namespace Doctrine\Tests\Models\DDC964;
use Doctrine\Common\Collections\ArrayCollection;
/**
* @Entity
*/
class DDC964Guest extends DDC964User
{
}