Skip to content

Commit 15f583f

Browse files
committed
Merge remote-tracking branch 'origin/tools' into tools
2 parents d72e36a + b168c84 commit 15f583f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/Http/Actions/IndexAction.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
namespace CSlant\LaravelTelegramGitNotifier\Http\Actions;
44

5+
use CSlant\LaravelTelegramGitNotifier\Services\CallbackService;
6+
use CSlant\LaravelTelegramGitNotifier\Services\CommandService;
57
use CSlant\LaravelTelegramGitNotifier\Services\NotificationService;
68
use CSlant\TelegramGitNotifier\Bot;
79
use CSlant\TelegramGitNotifier\Exceptions\BotException;
@@ -12,8 +14,6 @@
1214
use CSlant\TelegramGitNotifier\Exceptions\MessageIsEmptyException;
1315
use CSlant\TelegramGitNotifier\Exceptions\SendNotificationException;
1416
use CSlant\TelegramGitNotifier\Notifier;
15-
use CSlant\LaravelTelegramGitNotifier\Services\CallbackService;
16-
use CSlant\LaravelTelegramGitNotifier\Services\CommandService;
1717
use GuzzleHttp\Client;
1818
use Symfony\Component\HttpFoundation\Request;
1919
use Telegram;

src/Services/CallbackService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
namespace CSlant\LaravelTelegramGitNotifier\Services;
44

5+
use CSlant\LaravelTelegramGitNotifier\Traits\Markup;
56
use CSlant\TelegramGitNotifier\Bot;
67
use CSlant\TelegramGitNotifier\Constants\SettingConstant;
78
use CSlant\TelegramGitNotifier\Exceptions\BotException;
89
use CSlant\TelegramGitNotifier\Exceptions\CallbackException;
910
use CSlant\TelegramGitNotifier\Exceptions\InvalidViewTemplateException;
1011
use CSlant\TelegramGitNotifier\Exceptions\MessageIsEmptyException;
11-
use CSlant\LaravelTelegramGitNotifier\Traits\Markup;
1212

1313
class CallbackService
1414
{

src/Services/CommandService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
namespace CSlant\LaravelTelegramGitNotifier\Services;
44

5+
use CSlant\LaravelTelegramGitNotifier\Traits\Markup;
56
use CSlant\TelegramGitNotifier\Bot;
67
use CSlant\TelegramGitNotifier\Exceptions\EntryNotFoundException;
78
use CSlant\TelegramGitNotifier\Exceptions\MessageIsEmptyException;
8-
use CSlant\LaravelTelegramGitNotifier\Traits\Markup;
99

1010
class CommandService
1111
{

0 commit comments

Comments
 (0)