1
0
mirror of synced 2025-02-03 22:09:26 +03:00
2016-12-08 18:15:48 +01:00

11 lines
177 B
PHP

<?php
namespace Doctrine\Tests\Models\Hydration;
/** @Entity */
class SimpleEntity
{
/** @Id @Column(type="integer") @GeneratedValue(strategy="AUTO") */
public $id;
}