feat : config
This commit is contained in:
@@ -6,13 +6,12 @@ namespace App\Controller\Admin;
|
||||
|
||||
use App\Middleware\Admin\JwtAuthMiddleware;
|
||||
use App\Request\Admin\EmployeeRequest;
|
||||
use App\Service\Admin\EmployeeService;
|
||||
use App\Service\Admin\User\EmployeeService;
|
||||
use Exception;
|
||||
use Hyperf\HttpServer\Annotation\Controller;
|
||||
use Hyperf\HttpServer\Annotation\Middlewares;
|
||||
use Hyperf\HttpServer\Annotation\RequestMapping;
|
||||
use Hyperf\Validation\Annotation\Scene;
|
||||
use Symfony\Component\HttpFoundation\JsonResponse;
|
||||
|
||||
#[Controller(prefix: "admin/employee")]
|
||||
#[Middlewares([
|
||||
|
||||
Reference in New Issue
Block a user