wupengfei 2 лет назад
Родитель
Сommit
6f51a93452
1 измененных файлов с 1 добавлено и 1 удалено
  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',
 ];