Commit 236bde81 authored by hujun's avatar hujun

Merge remote-tracking branch 'origin/test' into test

parents 46b2322e 35144786
......@@ -32,7 +32,7 @@ class SystemConfig extends BaseModel
* @throws \think\db\exception\ModelNotFoundException
* @throws \think\exception\DbException
*/
public function getSetting(array $where = [], string $field = 'rule') : array {
public function getSetting( $where = [], $field = 'rule') {
$data = $this->field($field)
->where($where)
->select();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment