1
0
mirror of synced 2025-01-19 15:01:40 +03:00

11 lines
141 B
PHP
Raw Normal View History

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