This commit is contained in:
2021-03-23 16:14:05 +08:00
parent 98681a0dfa
commit 65332ec6b1
11 changed files with 946 additions and 820 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ interface IProducer
{
public function getConfig(): array;
public function initClient(): array;
}