LMongo\Eloquent\Model::unsetEventDispatcher PHP Метод

unsetEventDispatcher() публичный статический Метод

Unset the event dispatcher for models.
public static unsetEventDispatcher ( ) : void
Результат void
    public static function unsetEventDispatcher()
    {
        static::$dispatcher = null;
    }
Model