Fixed missing namespace

This commit is contained in:
huangzhhui 2019-11-17 16:40:16 +08:00
parent ae1f7dc5b2
commit fb303c7909

View File

@ -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;