#6284 removing unused lazy entity
This commit is contained in:
parent
c29a1e96b7
commit
c9d1f852de
1 changed files with 0 additions and 12 deletions
|
@ -49,18 +49,6 @@ final class GH6217Test extends OrmFunctionalTestCase
|
|||
}
|
||||
}
|
||||
|
||||
/** @Entity @Cache(usage="NONSTRICT_READ_WRITE") */
|
||||
class GH6217LazyEntity
|
||||
{
|
||||
/** @Id @Column(type="string") @GeneratedValue(strategy="NONE") */
|
||||
public $id;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->id = uniqid(self::class, true);
|
||||
}
|
||||
}
|
||||
|
||||
/** @Entity @Cache(usage="NONSTRICT_READ_WRITE") */
|
||||
class GH6217AssociatedEntity
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue