Initial work
This commit is contained in:
@@ -11,7 +11,9 @@ class AppServiceProvider extends ServiceProvider
|
||||
*/
|
||||
public function register(): void
|
||||
{
|
||||
//
|
||||
app()->singleton(\App\Services\BotService::class, function ($app) {
|
||||
return new \App\Services\BotService();
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user