wupengfei 2 years ago
parent
commit
6f51a93452
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/database.php

+ 1 - 1
config/database.php

@@ -37,5 +37,5 @@ return [
     // 前缀
     'prefix'      => 'dd_',
     // 返回类型
-    'resultset_type'      => 'think\Collection',
+    'resultset_type'      => '\think\Collection',
 ];