Skip to content

Commit

Permalink
fix: incorrect gid exception namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Jan 9, 2024
1 parent f534098 commit 143843a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/core/src/User/AvatarValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 143843a

Please sign in to comment.