[新增] first commit
This commit is contained in:
15
packages/identity/src/Contracts/IdentityContracts.php
Normal file
15
packages/identity/src/Contracts/IdentityContracts.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace RuLong\Identity\Contracts;
|
||||
|
||||
interface IdentityContracts
|
||||
{
|
||||
|
||||
/**
|
||||
* 子规则的实际计算过程
|
||||
* @Author:<C.Jason>
|
||||
* @Date:2018-10-31T14:22:48+0800
|
||||
*/
|
||||
function fire();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user