View file vendor/intervention/image/src/Decoders/FilePathImageDecoder.php

File size: 194B
<?php

declare(strict_types=1);

namespace Intervention\Image\Decoders;

use Intervention\Image\Drivers\SpecializableDecoder;

class FilePathImageDecoder extends SpecializableDecoder
{
    //
}