From 56cb0f08f5cb606ae0fc80190dedb1f533ccc353 Mon Sep 17 00:00:00 2001 From: Martin Zurowietz Date: Wed, 17 Jul 2024 15:56:52 +0200 Subject: [PATCH] Remove use of VipsImage facade References https://github.com/biigle/core/pull/879 --- src/Jobs/ProcessAnnotatedVideo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {