From: Daniel Karbach Date: Thu, 11 Apr 2024 10:05:34 +0000 (+0200) Subject: fix reevaluate command class name X-Git-Url: https://git.localhorst.tv/?a=commitdiff_plain;h=f6408dcec11bb63eb1c996d73ebf5629335e25aa;p=alttp.git fix reevaluate command class name --- diff --git a/app/Console/Commands/ReevaluateChatCommand.php b/app/Console/Commands/ReevaluateChatCommand.php index 69a8374..6080132 100644 --- a/app/Console/Commands/ReevaluateChatCommand.php +++ b/app/Console/Commands/ReevaluateChatCommand.php @@ -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.