@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Teebot; |
| 4 | 4 | |
| 5 | -use Teebot\Exception; |
|
| 6 | 5 | use Teebot\Method\GetUpdates; |
| 7 | 6 | use Teebot\Command\Executor; |
| 8 | 7 | use Teebot\Exception\Fatal; |
@@ -1,8 +1,8 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @author Stan Drozdov <[email protected]> |
|
| 4 | - * Teebot entrypoint |
|
| 5 | - */ |
|
| 3 | + * @author Stan Drozdov <[email protected]> |
|
| 4 | + * Teebot entrypoint |
|
| 5 | + */ |
|
| 6 | 6 | |
| 7 | 7 | define('ROOT_DIR', realpath(__DIR__)); |
| 8 | 8 | require_once ROOT_DIR . '/vendor/autoload.php'; |