feat: 项目基础框架+配置+Kernel
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
namespace App\DAO\PrizePool;
|
||||
|
||||
interface PrizeSender
|
||||
{
|
||||
/**
|
||||
* 发放奖励
|
||||
*
|
||||
* @param \App\PrizePool $prize
|
||||
* @return boolean
|
||||
*/
|
||||
public function send(\App\PrizePool &$prize) : bool;
|
||||
}
|
||||
Reference in New Issue
Block a user