#6284 removing unused lazy entity
This commit is contained in:
parent
c29a1e96b7
commit
c9d1f852de
@ -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…
x
Reference in New Issue
Block a user