作者 lyh

gx

@@ -10,6 +10,7 @@ @@ -10,6 +10,7 @@
10 namespace App\Console\Commands\SyncFilesImage; 10 namespace App\Console\Commands\SyncFilesImage;
11 11
12 use App\Models\File\File; 12 use App\Models\File\File;
  13 +use App\Models\File\Image;
13 use Illuminate\Console\Command; 14 use Illuminate\Console\Command;
14 15
15 class SyncTimeFiles extends Command 16 class SyncTimeFiles extends Command