You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
->setDescription('Load data fixtures to your database.')
55
57
->addOption('services', null, InputOption::VALUE_NONE, 'Use services as fixtures')
56
-
->addOption('group', null, InputOption::VALUE_IS_ARRAY|InputOption::VALUE_REQUIRED, 'Only load fixtures that belong to this group (use with --services)')
58
+
->addOption('group', null, InputOption::VALUE_IS_ARRAY | InputOption::VALUE_REQUIRED, 'Only load fixtures that belong to this group (use with --services)')
57
59
->addOption('append', null, InputOption::VALUE_NONE, 'Append the data fixtures instead of flushing the database first.')
58
60
->addOption('dm', null, InputOption::VALUE_REQUIRED, 'The document manager to use for this command.')
0 commit comments