food_server/vendor/yansongda/artful/src/Contract/EventDispatcherInterface.php

8 lines
163 B
PHP
Raw Normal View History

<?php
declare(strict_types=1);
namespace Yansongda\Artful\Contract;
interface EventDispatcherInterface extends \Psr\EventDispatcher\EventDispatcherInterface {}