walkor 3 жил өмнө
parent
commit
33a549e724
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      src/Events/Event.php

+ 1 - 1
src/Events/Event.php

@@ -175,7 +175,7 @@ class Event implements EventInterface
         if (!$event || !$event->add()) {
             return false;
         }
-        $this->_readEvents[$fd_key] = $event;
+        $this->_writeEvents[$fd_key] = $event;
         return true;
     }