update api docs

This commit is contained in:
sunxyw 2022-08-27 08:26:48 +00:00 committed by github-actions[bot]
parent be6002dd64
commit 40f8fe22ee

View File

@ -47,6 +47,23 @@ public function addConfigPath(string $path): void
| void | |
## getEnvironment
```php
public function getEnvironment(): string
```
### 描述
作者很懒,什么也没有说
### 返回
| 类型 | 描述 |
| ---- | ----------- |
| string | |
## setEnvironment
```php