1
0
mirror of synced 2025-02-03 13:59:27 +03:00

11 lines
177 B
PHP
Raw Normal View History

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