init
- 框架初始化 - 安装插件 - 修复PHP8.4报错
This commit is contained in:
17
addons/epay/library/v3/Yansongda/Pay/Event/Event.php
Normal file
17
addons/epay/library/v3/Yansongda/Pay/Event/Event.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Yansongda\Pay\Event;
|
||||
|
||||
use Yansongda\Pay\Rocket;
|
||||
|
||||
class Event
|
||||
{
|
||||
public ?Rocket $rocket = null;
|
||||
|
||||
public function __construct(?Rocket $rocket = null)
|
||||
{
|
||||
$this->rocket = $rocket;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user