This commit is contained in:
2021-03-02 19:17:00 +08:00
parent b5d163697b
commit 1d9e726db5
+2 -1
View File
@@ -18,6 +18,7 @@ use Exception;
use ReflectionException;
use Snowflake\Abstracts\Config;
use Snowflake\Core\Json;
use Snowflake\Error\LoggerProcess;
use Snowflake\Event;
use Snowflake\Exception\ComponentException;
use Snowflake\Exception\ConfigException;
@@ -71,7 +72,7 @@ class Server extends HttpService
private array $process = [
'biomonitoring' => Biomonitoring::class,
'logger_process' => Callback::class
'logger_process' => LoggerProcess::class
];
private array $params = [];