mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-22 20:11:26 +01:00
amphp/mysql wasn't upgraded yet
This commit is contained in:
parent
ff854b3a62
commit
a5d9131611
@ -8,6 +8,11 @@ if (defined('MADELINE_POLYFILLED')) {
|
||||
|
||||
define('MADELINE_POLYFILLED', true);
|
||||
|
||||
use Amp\Http\Client\Cookie\InMemoryCookieJar;
|
||||
use Amp\Http\Client\Cookie\LocalCookieJar;
|
||||
use Amp\Socket\EncryptableSocket;
|
||||
use Amp\Socket\ResourceSocket;
|
||||
|
||||
$ampFilePolyfill = 'namespace Amp\\File {';
|
||||
foreach ([
|
||||
'open' => 'openFile',
|
||||
|
Loading…
x
Reference in New Issue
Block a user