Files
yusheng-php/addons/epay/library/v3/Yansongda/Pay/Event/ApiRequesting.php

10 lines
103 B
PHP
Raw Normal View History

2025-08-07 20:21:47 +08:00
<?php
declare(strict_types=1);
namespace Yansongda\Pay\Event;
class ApiRequesting extends Event
{
}