Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dpslwk committed Dec 8, 2024
1 parent de8eeea commit 37e7143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Providers/HmsHelperServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function register(): void
return new SiteVisitor;
});

$this->app->bind('Discord', function (Application $app) {
$this->app->bind(Discord::class, function (Application $app) {
return new Discord(
$app->config->get('services.discord.token'),
$app->config->get('services.discord.guild_id')
Expand Down

0 comments on commit 37e7143

Please sign in to comment.