Skip to content

Commit

Permalink
fix delete/post/patch api Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lphkxd committed Aug 11, 2022
1 parent 38b34b9 commit 60f1f73
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Annotation/DeleteApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
namespace HPlus\Route\Annotation;

use Attribute;
use Hyperf\HttpServer\Annotation\Mapping;

/**
* @Annotation
Expand Down
1 change: 0 additions & 1 deletion src/Annotation/PatchApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@


use Attribute;
use Hyperf\HttpServer\Annotation\Mapping;

/**
* @Annotation
Expand Down
1 change: 0 additions & 1 deletion src/Annotation/PostApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
namespace HPlus\Route\Annotation;

use Attribute;
use Hyperf\HttpServer\Annotation\Mapping;

/**
* @Annotation
Expand Down

0 comments on commit 60f1f73

Please sign in to comment.