diff --git a/framework/core/src/User/AvatarValidator.php b/framework/core/src/User/AvatarValidator.php index fb9fd32f19..fbf6a6f269 100644 --- a/framework/core/src/User/AvatarValidator.php +++ b/framework/core/src/User/AvatarValidator.php @@ -14,7 +14,7 @@ use Flarum\Locale\TranslatorInterface; use Illuminate\Validation\Factory; use Illuminate\Validation\Validator; -use Intervention\Gif\Exception\DecoderException as GifDecoderException; +use Intervention\Gif\Exceptions\DecoderException as GifDecoderException; use Intervention\Image\Exceptions\DecoderException; use Intervention\Image\ImageManager; use Psr\Http\Message\UploadedFileInterface;