SAREhub/EasyECA

View on GitHub
src/SAREhub/EasyECA/Rule/RemoveGroupFromAllEventsListener.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php


namespace SAREhub\EasyECA\Rule;


interface RemoveGroupFromAllEventsListener
{
    public function onRemoveGroupFromAllEvents(string $groupId): void;
}