<?php

declare(strict_types=1);

namespace App\Providers;

class ApiEvent
{
    const EventMap = [

{{ text }}

    ];
}
