This commit is contained in:
2021-11-30 15:10:01 +08:00
parent 92a1e68bec
commit b279e56efd
3 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -2,8 +2,8 @@
namespace Kiri\Rpc;
use Annotation\Annotation;
use Annotation\Inject;
use Note\Note;
use Note\Inject;
use Http\Constrict\RequestInterface;
use Http\Handler\Router;
use Http\Message\ServerRequest;
@@ -40,8 +40,8 @@ class RpcJsonp extends Component implements OnConnectInterface, OnReceiveInterfa
public Router $router;
#[Inject(Annotation::class)]
public Annotation $annotation;
#[Inject(Note::class)]
public Note $annotation;
#[Inject(EventProvider::class)]