mirror of
https://github.com/getgrav/grav.git
synced 2026-03-02 02:21:29 +01:00
Missing RocketTheme\Toolbox\Event\EventSubscriberInterface
This commit is contained in:
@@ -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
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user