From b306c98e4b3fd06fb1facdaaa1a3eb1b8883d092 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Fri, 29 Mar 2019 23:05:29 +0000 Subject: [PATCH] Fix --- docs | 2 +- src/danog/MadelineProto/VoIPServerConfig.php | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs b/docs index 24c6ea38..0fcff8e5 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 24c6ea38c0735a265d47c04eb0d1b8d20c1b585f +Subproject commit 0fcff8e5a31af300511949c4dbafc7be6c0d4dd7 diff --git a/src/danog/MadelineProto/VoIPServerConfig.php b/src/danog/MadelineProto/VoIPServerConfig.php index 0ebdafee..325dc687 100644 --- a/src/danog/MadelineProto/VoIPServerConfig.php +++ b/src/danog/MadelineProto/VoIPServerConfig.php @@ -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) {} + } }