This commit is contained in:
Daniil Gentili 2019-03-29 23:05:29 +00:00
parent 5c1281196a
commit b306c98e4b
2 changed files with 6 additions and 1 deletions

2
docs

@ -1 +1 @@
Subproject commit 24c6ea38c0735a265d47c04eb0d1b8d20c1b585f
Subproject commit 0fcff8e5a31af300511949c4dbafc7be6c0d4dd7

View File

@ -89,4 +89,9 @@ if (class_exists('\\danog\\MadelineProto\\VoIPServerConfigInternal')) {
return array_merge(self::$_configDefault, self::$_config);
}
}
} else {
class VoIPServerConfig
{
public static function update(array $config) {}
}
}