Explorar el Código

Elimino linea.

Maximiliano Schvindt hace 8 años
padre
commit
068253ab77
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/WorkflowBundle/Entity/Workflow.php

+ 1 - 1
src/WorkflowBundle/Entity/Workflow.php

@@ -107,7 +107,7 @@ class Workflow
     
     public function __construct()
     {
-        //$this->actions = new \Doctrine\Common\Collections\ArrayCollection();
+        
     }
 
     /**