LMongo\Eloquent\Model::unsetEventDispatcher PHP Method

unsetEventDispatcher() public static method

Unset the event dispatcher for models.
public static unsetEventDispatcher ( ) : void
return void
    public static function unsetEventDispatcher()
    {
        static::$dispatcher = null;
    }
Model