mirror of
https://github.com/BushlanovDev/max-bot-api-client-php.git
synced 2026-08-17 08:52:41 +00:00
6 lines
104 B
PHP
6 lines
104 B
PHP
<?php
|
|
|
|
error_reporting(E_ALL & ~E_DEPRECATED);
|
|
|
|
require_once dirname(__DIR__) . '/vendor/autoload.php';
|