1
0
mirror of synced 2025-01-08 10:07:10 +03:00
doctrine2/tests/Doctrine/Tests/Models/Cache/Beach.php

11 lines
133 B
PHP

<?php
namespace Doctrine\Tests\Models\Cache;
/**
* @Entity
*/
class Beach extends Attraction
{
const CLASSNAME = __CLASS__;
}