zz 6 anni fa
parent
commit
aa7cd1f9c2
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      app/Console/Commands/BookUpdateOne.php

+ 2 - 0
app/Console/Commands/BookUpdateOne.php

@@ -8,6 +8,8 @@ use App\Modules\Book\Models\Book;
 use App\Modules\Book\Models\Chapter;
 use App\Modules\Book\Services\ChapterService;
 use App\Modules\Book\Services\BookConfigService;
+use DB;
+
 class BookUpdateOne extends Command
 {
     /**