1
0
mirror of synced 2025-01-18 22:41:43 +03:00

16 lines
221 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
{
2012-02-02 00:57:39 -02:00
public static function loadMetadata($metadata)
{
2011-12-14 16:28:01 -02:00
2012-02-02 00:57:39 -02:00
}
2011-12-14 16:28:01 -02:00
}