Skip to content

Commit

Permalink
fix: command name
Browse files Browse the repository at this point in the history
  • Loading branch information
blt950 committed Jan 12, 2025
1 parent 6d4951d commit 63c1d14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ yarn-error.log
/.fleet
/.idea
/.vscode
.DS_Store
2 changes: 1 addition & 1 deletion app/Console/Commands/NotifyCleanup.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use App\Models\DiscordMessage;
use Illuminate\Console\Command;

class EventsCleanup extends Command
class NotifyCleanup extends Command
{
/**
* The name and signature of the console command.
Expand Down

0 comments on commit 63c1d14

Please sign in to comment.