fixing bug in event class.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
This commit is contained in:
@@ -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