This commit is contained in:
2020-09-09 10:36:00 +08:00
parent 9ec911e96e
commit 286ee22d18
3 changed files with 19 additions and 4 deletions
+12
View File
@@ -0,0 +1,12 @@
<?php
namespace HttpServer\IInterface;
interface After
{
public function onHandler($params);
}