PayEnd.php 130 B

123456789
  1. <?php
  2. declare(strict_types=1);
  3. namespace Yansongda\Pay\Event;
  4. use Yansongda\Artful\Event\Event;
  5. class PayEnd extends Event {}