12 lines
163 B
PHP
12 lines
163 B
PHP
<?php
|
|
|
|
namespace Mcnd\Event;
|
|
|
|
use Psr\Container\ContainerInterface;
|
|
|
|
class EventDefinition
|
|
{
|
|
public function __construct(
|
|
public array $list
|
|
) {}
|
|
} |