Browse Source

Se remueve un __toString

Maximiliano Schvindt 8 năm trước cách đây
mục cha
commit
b987726ed7
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  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;