Parcourir la source

Update command workflow:default

Espinoza Guillermo il y a 6 ans
Parent
commit
3b16291fca
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      Command/WorkflowDefaultCommand.php

+ 0 - 1
Command/WorkflowDefaultCommand.php

@@ -55,7 +55,6 @@ class WorkflowDefaultCommand extends ContainerAwareCommand
             // en el caso que haya varios workflows, seteo por defecto el primero
             if ($workflow->getUsedByDefault() == false) {
                 $workflow->setUsedByDefault(true);
-                
                 $em->flush();
             }