mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-12 10:49:52 +00:00
remove debugging info when loading fixtures
This commit is contained in:
parent
82b3f5bfe0
commit
d0c480802e
@ -101,7 +101,7 @@ class LoadPeople extends AbstractFixture {
|
|||||||
call_user_func(array($p, 'set'.$key), $value);
|
call_user_func(array($p, 'set'.$key), $value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
var_dump($p);
|
|
||||||
$manager->persist($p);
|
$manager->persist($p);
|
||||||
} while ($i <= 100);
|
} while ($i <= 100);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user