1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-23 03:31:17 +01:00

Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2017-07-31 19:00:11 +00:00 committed by StyleCI Bot
parent d0168db0c8
commit e4a3fc9484

View File

@ -212,6 +212,7 @@ trait AuthKeyHandler
'endpoints' => array_merge([$params['connection']], $params['alternative_connections']),
], $this->calls[$params['id']]->configuration);
$this->calls[$params['id']]->parseConfig();
return $this->calls[$params['id']]->startTheMagic();
}