فهرست منبع

second commit

cqpCow 1 سال پیش
والد
کامیت
5479fd37a2
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      app/Model/MiddleData.php

+ 2 - 2
app/Model/BigKingCbj.php → app/Model/MiddleData.php

@@ -4,9 +4,9 @@ namespace App\Model;
 
 use Illuminate\Database\Eloquent\Model;
 
-class BigKingCbj extends Model
+class MiddleData extends Model
 {
-    protected $table = "big_king_cbj"; //指定表
+    protected $table = "middle_data";
     const CREATED_AT = null;
     const UPDATED_AT = null;
     protected $dateFormat = 'U';