Explorar el Código

add use channel

visuddhinanda hace 2 años
padre
commit
9e852539b2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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