10 lines
85 B
PHP
10 lines
85 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace App\Kernel\Event;
|
|
|
|
enum Event: string
|
|
{
|
|
}
|