first commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace Kiri\Message\Aspect;
|
||||
|
||||
interface OnAspectInterface
|
||||
{
|
||||
|
||||
|
||||
/**
|
||||
* @param OnJoinPointInterface $joinPoint
|
||||
* @return mixed
|
||||
*/
|
||||
public function process(OnJoinPointInterface $joinPoint): mixed;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user