This commit is contained in:
2021-08-04 17:13:26 +08:00
parent 6ccd53562b
commit 819e96abf3
4 changed files with 15 additions and 3 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
namespace Server;
interface ResponseInterface
{
}