mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-15 05:41:25 +00:00
remove dump message
This commit is contained in:
@@ -51,7 +51,6 @@ final class LoadMotives extends Fixture implements FixtureGroupInterface
|
||||
|
||||
while (count($labels) > 0) {
|
||||
$label = array_shift($labels);
|
||||
dump($labels);
|
||||
if (isset($motivesByLabel[$label])) {
|
||||
$motive = $motivesByLabel[$label];
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user