fixing bug in event class.
Signed-off-by: Taylor Otwell <[email protected]>
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ class Event {
|
||||
*/
|
||||
public static function clear($event)
|
||||
{
|
||||
static::$events[$event] = array();
|
||||
unset(static::$events[$event]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user