1
0
mirror of synced 2025-02-08 16:29:28 +03:00

11 lines
136 B
PHP
Raw Normal View History

2013-02-13 20:42:13 -02:00
<?php
namespace Doctrine\Tests\Models\Cache;
/**
* @Entity
*/
class Beach extends Attraction
{
const CLASSNAME = __CLASS__;
}