Files
LaravelSkeletonAPI/app/Kernel/Event/Event.php
2026-01-05 16:33:20 +04:00

10 lines
85 B
PHP

<?php
declare(strict_types=1);
namespace App\Kernel\Event;
enum Event: string
{
}