mirror of
https://gitee.com/ctexthuang/hyperf_rbac_framework_server_ctexthuang.git
synced 2025-12-25 19:27:48 +08:00
fix : update path And request
This commit is contained in:
@@ -10,8 +10,8 @@ declare(strict_types=1);
|
||||
|
||||
namespace App\Service\Admin\Log;
|
||||
|
||||
use App\Common\Repository\AdminUserLoginLogRepository;
|
||||
use App\Exception\ErrException;
|
||||
use App\Repository\AdminUserLoginLogRepository;
|
||||
use App\Service\Admin\BaseAdminService;
|
||||
use Hyperf\Di\Annotation\Inject;
|
||||
|
||||
|
||||
@@ -10,8 +10,8 @@ declare(strict_types=1);
|
||||
|
||||
namespace App\Service\Admin\Log;
|
||||
|
||||
use App\Common\Repository\AdminUserOperationLogRepository;
|
||||
use App\Exception\ErrException;
|
||||
use App\Repository\AdminUserOperationLogRepository;
|
||||
use App\Service\Admin\BaseAdminService;
|
||||
use Hyperf\Di\Annotation\Inject;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user