]> git.localhorst.tv Git - alttp.git/commitdiff
fix reevaluate command class name
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 11 Apr 2024 10:05:34 +0000 (12:05 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 11 Apr 2024 10:05:34 +0000 (12:05 +0200)
app/Console/Commands/ReevaluateChatCommand.php

index 69a8374c73d4da917075e2a1f9978daee97205dc..6080132a480423a3482e962b918327d073bb7dc8 100644 (file)
@@ -5,7 +5,7 @@ namespace App\Console\Commands;
 use App\Models\ChatLog;
 use Illuminate\Console\Command;
 
-class EvaluateChatCommand extends Command {
+class ReevaluateChatCommand extends Command {
 
        /**
         * The name and signature of the console command.