*/ class AddEventLogCommand implements CommandInterface { public function __construct( public UserInterface $user, public string $type, public string $message, public array $context, ) {} }