From 5d3d899b3448d33a8b07a798827006015abe79fa Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Thu, 12 Jul 2018 19:03:54 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/danog/MadelineProto/MTProto.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/danog/MadelineProto/MTProto.php b/src/danog/MadelineProto/MTProto.php index 36c6812a..228c82aa 100644 --- a/src/danog/MadelineProto/MTProto.php +++ b/src/danog/MadelineProto/MTProto.php @@ -213,7 +213,6 @@ class MTProto //$this->wrapper = $backtrace[2]['object']; } - if (isset($this->settings['tl_schema']['src']['botAPI']) && $this->settings['tl_schema']['src']['botAPI'] !== __DIR__.'/TL_botAPI.tl') { $settings = $this->settings; unset($settings['tl_schema']);