Maximiliano Schvindt vor 8 Jahren
Ursprung
Commit
068253ab77
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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();
+        
     }
 
     /**