wupengfei 2 gadi atpakaļ
vecāks
revīzija
6f51a93452
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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',
 ];