Browse Source

wesmiler 报恩寺项目提交

wesmiler 4 năm trước cách đây
mục cha
commit
cd2a2999bb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Models/BuddhistModel.php

+ 1 - 1
app/Models/BuddhistModel.php

@@ -21,6 +21,6 @@ namespace App\Models;
 class BuddhistModel extends BaseModel
 {
     // 设置数据表
-    protected $table = 'buddhist';
+    protected $table = 'buddhists';
 
 }