diff --git a/app/Jobs/PublishIndexPostJob.php b/app/Jobs/PublishIndexPostJob.php index 1dd58b7..89a56b3 100644 --- a/app/Jobs/PublishIndexPostJob.php +++ b/app/Jobs/PublishIndexPostJob.php @@ -2,6 +2,7 @@ namespace App\Jobs; +use App\Jobs\Tasks\PublishIndexPostTask; use App\Models\Post; use Illuminate\Bus\Queueable; use Illuminate\Contracts\Queue\ShouldQueue;