From 330610982c28a94975b140d965c4dc92cd52ec71 Mon Sep 17 00:00:00 2001 From: "Roman (w3lifer) Grinyov" Date: Sat, 25 Oct 2025 17:29:27 +0300 Subject: [PATCH] =?UTF-8?q?Typo:=20commmon=20=E2=86=92=20common?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Laravel/config/telegram.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Laravel/config/telegram.php b/src/Laravel/config/telegram.php index b6a48810..30a3ca41 100644 --- a/src/Laravel/config/telegram.php +++ b/src/Laravel/config/telegram.php @@ -153,7 +153,7 @@ */ 'command_groups' => [ /* // Group Type: 1 - 'commmon' => [ + 'common' => [ Acme\Project\Commands\TodoCommand::class, Acme\Project\Commands\TaskCommand::class, ],