Skip to content

Commit

Permalink
fix queue job for uncaught exception testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonnx committed May 9, 2024
1 parent 9895779 commit 7fd4cf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/LaravelLogTest/Console/Commands/LogTestQueue.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace LaravelLogTest\Console\Commands;

use App\Jobs\ThrowUncaughtException;
use Illuminate\Console\Command;
use LaravelLogTest\Jobs\ThrowUncaughtException;

class LogTestQueue extends Command
{
Expand Down
2 changes: 1 addition & 1 deletion src/LaravelLogTest/Jobs/ThrowUncaughtException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Jobs;
namespace LaravelLogTest\Jobs;

use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Queue\ShouldQueue;
Expand Down

0 comments on commit 7fd4cf2

Please sign in to comment.