/home2/mshostin/crm.ms-hostingladz.com/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";
}