1
0
mirror of synced 2025-01-10 02:57:10 +03:00
doctrine2/tests/Doctrine/Tests/Models/Cache/Restaurant.php

11 lines
141 B
PHP
Raw Normal View History

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