1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/tests/models/forum/ForumAvatar.php

17 lines
223 B
PHP
Raw Normal View History

2008-08-16 23:40:59 +04:00
<?php
2009-01-04 19:15:32 +03:00
#namespace Doctrine\Tests\Models\Forum;
/**
* @DoctrineEntity
*/
class ForumAvatar
2008-08-16 23:40:59 +04:00
{
/**
* @DoctrineId
* @DoctrineColumn(type="integer")
* @DoctrineIdGenerator("auto")
*/
public $id;
2008-08-16 23:40:59 +04:00
}