We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae1129 commit b3a405dCopy full SHA for b3a405d
src/TelegramlogsServiceProvider.php
@@ -18,12 +18,12 @@ public function register()
18
19
// Register the TelegramMessage service
20
$this->app->singleton('telegram-message', function () {
21
- return new TelegramMessage;
+ return new \Uzhlaravel\Telegramlogs\TelegramMessage;
22
});
23
24
// Register the TelegramMessage class
25
$this->app->singleton(TelegramMessage::class, function () {
26
27
28
29
}
0 commit comments