mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-05 05:07:58 +08:00
Fixed missing namespace
This commit is contained in:
parent
ae1f7dc5b2
commit
fb303c7909
@ -12,6 +12,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace Hyperf\Retry\Aspect;
|
||||
|
||||
use Hyperf\Di\Annotation\Aspect;
|
||||
use Hyperf\Di\Aop\AroundInterface;
|
||||
use Hyperf\Di\Aop\ProceedingJoinPoint;
|
||||
use Hyperf\Retry\Annotation\AbstractRetry;
|
||||
|
Loading…
Reference in New Issue
Block a user