Kaynağa Gözat

Se remueve un __toString

Maximiliano Schvindt 8 yıl önce
ebeveyn
işleme
b987726ed7
1 değiştirilmiş dosya ile 0 ekleme ve 5 silme
  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;