Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/whatsjet-saas/Source/vendor/intervention/gif/src/Blocks/
Upload File :
Current File : /home/users/unlimited/www/whatsjet-saas/Source/vendor/intervention/gif/src/Blocks/Trailer.php

<?php

declare(strict_types=1);

namespace Intervention\Gif\Blocks;

use Intervention\Gif\AbstractEntity;

class Trailer extends AbstractEntity
{
    public const MARKER = "\x3b";
}