wupengfei il y a 2 ans
Parent
commit
6f51a93452
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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',
 ];