Skip to content

Commit 02e690e

Browse files
committed
Move command files around and put abstract command classes files together.
1 parent 2c8cf26 commit 02e690e

25 files changed

+1
-1
lines changed

src/Commands/AbstractCommand.php renamed to src/Commands/Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use Longman\TelegramBot\Entities\User;
1717

1818
/**
19-
* Class Command
19+
* Abstract Command Class
2020
*/
2121
abstract class Command
2222
{

0 commit comments

Comments
 (0)