mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
try to fix loading of reports fixtures
This commit is contained in:
parent
9a02665053
commit
eaeb6c18b0
@ -89,7 +89,7 @@ class LoadReports extends AbstractFixture implements OrderedFixtureInterface, Co
|
|||||||
{
|
{
|
||||||
$charline = $this->container->get('doctrine.orm.entity_manager')
|
$charline = $this->container->get('doctrine.orm.entity_manager')
|
||||||
->getRepository('ChillPersonBundle:Person')
|
->getRepository('ChillPersonBundle:Person')
|
||||||
->findOneBy(array('firstName' => 'Charline', 'lastName' => 'Depardieu'))
|
->findOneBy(array('firstName' => 'Charline', 'lastName' => 'DEPARDIEU'))
|
||||||
;
|
;
|
||||||
|
|
||||||
$report = (new Report())
|
$report = (new Report())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user