Răsfoiți Sursa

add use channel

visuddhinanda 2 ani în urmă
părinte
comite
9e852539b2
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      app/Console/Commands/ExportChapterIndex.php

+ 1 - 0
app/Console/Commands/ExportChapterIndex.php

@@ -5,6 +5,7 @@ namespace App\Console\Commands;
 use Illuminate\Console\Command;
 use Illuminate\Support\Facades\Storage;
 use App\Models\ProgressChapter;
+use App\Models\Channel;
 use Illuminate\Support\Facades\Cache;
 
 class ExportChapterIndex extends Command