Event::forgetPushed PHP Method

forgetPushed() public static method

Forget all of the pushed listeners.
public static forgetPushed ( ) : void
return void
        public static function forgetPushed()
        {
            \Illuminate\Events\Dispatcher::forgetPushed();
        }