This commit is contained in:
2021-02-20 15:23:43 +08:00
parent afe89bf562
commit 50a96b5a5f
+5
View File
@@ -16,6 +16,11 @@ use Snowflake\Snowflake;
use Swoole\Coroutine\Server;
use Swoole\Timer;
/**
* Class Callback
* @package HttpServer\Abstracts
*/
abstract class Callback extends Application
{