diff --git a/src/Jobs/ProcessAnnotatedVideo.php b/src/Jobs/ProcessAnnotatedVideo.php index 61d2fa7..970e222 100644 --- a/src/Jobs/ProcessAnnotatedVideo.php +++ b/src/Jobs/ProcessAnnotatedVideo.php @@ -14,7 +14,7 @@ use Illuminate\Support\Facades\File; use Illuminate\Support\Facades\Storage; use Jcupitt\Vips\Exception as VipsException; -use VipsImage; +use Jcupitt\Vips\Image as VipsImage; class ProcessAnnotatedVideo extends ProcessAnnotatedFile {