1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-22 21:31:28 +01:00

Small fix

This commit is contained in:
Daniil Gentili 2021-04-07 16:03:19 +02:00
parent 517074c29e
commit 5e091a40e1
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -163,6 +163,8 @@ function ___install_madeline()
@\file_get_contents("https://packagist.org/downloads/", false, \stream_context_create($opts));
}
}
return $madeline_phar;
}
return require_once ___install_madeline();