Fix
This commit is contained in:
parent
5c1281196a
commit
b306c98e4b
2
docs
2
docs
@ -1 +1 @@
|
||||
Subproject commit 24c6ea38c0735a265d47c04eb0d1b8d20c1b585f
|
||||
Subproject commit 0fcff8e5a31af300511949c4dbafc7be6c0d4dd7
|
@ -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) {}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user