wupengfei 2 rokov pred
rodič
commit
6f51a93452
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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',
 ];