Missing RocketTheme\Toolbox\Event\EventSubscriberInterface

This commit is contained in:
Andy Miller
2024-10-25 20:17:41 +01:00
parent 37e5526a4f
commit f06bbfc563

View File

@@ -0,0 +1,17 @@
<?php
namespace RocketTheme\Toolbox\Event;
use Symfony\Component\EventDispatcher\EventSubscriberInterface as BaseEventSubscriberInterface;
/**
* Defines EventSubscriberInterface.
*
* @package RocketTheme\Toolbox\Event
* @author RocketTheme
* @license MIT
* @deprecated Event classes will be removed in the future. Use PSR-14 implementation instead.
*/
interface EventSubscriberInterface extends BaseEventSubscriberInterface
{
}