Skip to content

Commit

Permalink
Remove use of VipsImage facade
Browse files Browse the repository at this point in the history
References biigle/core#879
  • Loading branch information
mzur committed Jul 17, 2024
1 parent 62464ee commit 56cb0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Jobs/ProcessAnnotatedVideo.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 56cb0f0

Please sign in to comment.