Make the main class a Laravel's container

parent 39261924
...@@ -14,6 +14,7 @@ defined('TB_BASE_PATH') || define('TB_BASE_PATH', __DIR__); ...@@ -14,6 +14,7 @@ defined('TB_BASE_PATH') || define('TB_BASE_PATH', __DIR__);
defined('TB_BASE_COMMANDS_PATH') || define('TB_BASE_COMMANDS_PATH', TB_BASE_PATH . '/Commands'); defined('TB_BASE_COMMANDS_PATH') || define('TB_BASE_COMMANDS_PATH', TB_BASE_PATH . '/Commands');
use Exception; use Exception;
use Illuminate\Container\Container;
use Longman\TelegramBot\Commands\Command; use Longman\TelegramBot\Commands\Command;
use Longman\TelegramBot\Entities\ServerResponse; use Longman\TelegramBot\Entities\ServerResponse;
use Longman\TelegramBot\Entities\Update; use Longman\TelegramBot\Entities\Update;
...@@ -23,7 +24,7 @@ use RecursiveDirectoryIterator; ...@@ -23,7 +24,7 @@ use RecursiveDirectoryIterator;
use RecursiveIteratorIterator; use RecursiveIteratorIterator;
use RegexIterator; use RegexIterator;
class Telegram class Telegram extends Container
{ {
/** /**
* Version * Version
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment