Skip to content

Commit

Permalink
fix command namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonnx committed May 9, 2024
1 parent 0fd1e81 commit 136b6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelLogTest/Console/Commands/LogTestCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use App\Jobs\ThrowUncaughtException;
use Illuminate\Console\Command;

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

0 comments on commit 136b6c0

Please sign in to comment.