Pārlūkot izejas kodu

Update Event.php

walkor 4 gadi atpakaļ
vecāks
revīzija
45ec8f73cd
1 mainītis faili ar 1 papildinājumiem un 3 dzēšanām
  1. 1 3
      Events/Event.php

+ 1 - 3
Events/Event.php

@@ -202,9 +202,7 @@ class Event implements EventInterface
      */
     public function destroy()
     {
-        foreach ($this->_eventSignal as $event) {
-            $event->del();
-        }
+        $this->_eventBase->exit();
     }
 
     /**