EventDispatcherInterface.php 161 B

123456789
  1. <?php
  2. declare(strict_types=1);
  3. namespace Yansongda\Pay\Contract;
  4. interface EventDispatcherInterface extends \Psr\EventDispatcher\EventDispatcherInterface
  5. {
  6. }