Просмотр файла vendor/intervention/image/src/Decoders/EncodedImageObjectDecoder.php

Размер файла: 192B
<?php

declare(strict_types=1);

namespace Intervention\Image\Decoders;

use Intervention\Image\Drivers\SpecializableDecoder;

class EncodedImageObjectDecoder extends SpecializableDecoder
{
}