#6028 removed specific ::class
usage, since 2.5.x still supports PHP 5.4.x
This commit is contained in:
parent
9bcee455ca
commit
af99cba28c
@ -211,7 +211,7 @@ class SecondLevelCacheJoinTableInheritanceTest extends SecondLevelCacheAbstractT
|
|||||||
|
|
||||||
$contact = new AttractionContactInfo(
|
$contact = new AttractionContactInfo(
|
||||||
'1234-1234',
|
'1234-1234',
|
||||||
$this->_em->find(Attraction::class, $this->attractions[5]->getId())
|
$this->_em->find(Attraction::CLASSNAME, $this->attractions[5]->getId())
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->_em->persist($contact);
|
$this->_em->persist($contact);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user