فهرست منبع

Fix wrong TYPE_POST_REMOVE event name, fixes #2906

Andrej Hudec 10 سال پیش
والد
کامیت
b05de47f94
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Event/PersistenceEvent.php

+ 1 - 1
Event/PersistenceEvent.php

@@ -34,7 +34,7 @@ class PersistenceEvent extends Event
     const TYPE_PRE_PERSIST  = 'pre_persist';
     const TYPE_POST_PERSIST = 'post_persist';
     const TYPE_PRE_REMOVE   = 'pre_remove';
-    const TYPE_POST_REMOVE  = 'post_update';
+    const TYPE_POST_REMOVE  = 'post_remove';
 
     protected $admin;