This commit is contained in:
2021-11-03 16:06:33 +08:00
parent 2add330382
commit b969c86f7c
53 changed files with 256 additions and 2430 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
namespace Kiri\Process;
interface OnProcessInterface
{
public function handle();
}