Parcourir la source

Se remueve un __toString

Maximiliano Schvindt il y a 8 ans
Parent
commit
b987726ed7
1 fichiers modifiés avec 0 ajouts et 5 suppressions
  1. 0 5
      src/WorkflowBundle/Entity/Workflow.php

+ 0 - 5
src/WorkflowBundle/Entity/Workflow.php

@@ -401,11 +401,6 @@ class Workflow
         $this->reloadCache();
     }
 
-    public function __toString() 
-    {
-        return $this->name;
-    }
-
     public function updateWorkflows() 
     {
         global $kernel;