diff --git a/app/Models/DataKye.php b/app/Models/DataKye.php index 26b9734..a40ddc4 100644 --- a/app/Models/DataKye.php +++ b/app/Models/DataKye.php @@ -12,17 +12,17 @@ namespace App\Models; use Illuminate\Database\Eloquent\Model; -class DataBtu extends Model +class DataKye extends Model { protected $primaryKey = 'id'; - protected $table = 'data_btu'; + protected $table = 'data_kye'; protected $guarded = []; public $timestamps = false; public $attributes = [ 'pid' => 0, - 'Symbol' => 'BTU', - 'Name' => 'BTU', + 'Symbol' => 'KYE', + 'Name' => 'KYE', 'Price2' => 0, 'Price3' => 0, 'Open_Int' => 0, diff --git a/app/Models/DataMpdb.php b/app/Models/DataMpob (2).php similarity index 97% rename from app/Models/DataMpdb.php rename to app/Models/DataMpob (2).php index 53bb75e..e7d93d8 100644 --- a/app/Models/DataMpdb.php +++ b/app/Models/DataMpob (2).php @@ -12,17 +12,17 @@ namespace App\Models; use Illuminate\Database\Eloquent\Model; -class DataTzw extends Model +class DataMpob extends Model { protected $primaryKey = 'id'; - protected $table = 'data_tzw'; + protected $table = 'data_mpob'; protected $guarded = []; public $timestamps = false; public $attributes = [ 'pid' => 0, - 'Symbol' => 'TZW', - 'Name' => 'TZW', + 'Symbol' => 'MPOB', + 'Name' => 'MPOB', 'Price2' => 0, 'Price3' => 0, 'Open_Int' => 0, diff --git a/app/Models/DataMpob.php b/app/Models/DataMpob.php index 392f47b..e7d93d8 100644 --- a/app/Models/DataMpob.php +++ b/app/Models/DataMpob.php @@ -12,17 +12,17 @@ namespace App\Models; use Illuminate\Database\Eloquent\Model; -class DataMpgb extends Model +class DataMpob extends Model { protected $primaryKey = 'id'; - protected $table = 'data_mpgb'; + protected $table = 'data_mpob'; protected $guarded = []; public $timestamps = false; public $attributes = [ 'pid' => 0, - 'Symbol' => 'MPGB', - 'Name' => 'MPGB', + 'Symbol' => 'MPOB', + 'Name' => 'MPOB', 'Price2' => 0, 'Price3' => 0, 'Open_Int' => 0, diff --git a/app/Models/DataRute.php b/app/Models/DataRute.php index 4cc3b2e..9e646a3 100644 --- a/app/Models/DataRute.php +++ b/app/Models/DataRute.php @@ -12,7 +12,7 @@ namespace App\Models; use Illuminate\Database\Eloquent\Model; -class DataUin extends Model +class DataRute extends Model { protected $primaryKey = 'id'; protected $table = 'data_uin'; @@ -21,8 +21,8 @@ class DataUin extends Model public $attributes = [ 'pid' => 0, - 'Symbol' => 'UIN', - 'Name' => 'UIN', + 'Symbol' => 'RUTE', + 'Name' => 'RUTE', 'Price2' => 0, 'Price3' => 0, 'Open_Int' => 0, diff --git a/app/Models/DataRvm.php b/app/Models/DataRvm.php index aac1ef1..e4e20ae 100644 --- a/app/Models/DataRvm.php +++ b/app/Models/DataRvm.php @@ -12,17 +12,17 @@ namespace App\Models; use Illuminate\Database\Eloquent\Model; -class DataTobr extends Model +class DataRvm extends Model { protected $primaryKey = 'id'; - protected $table = 'data_tobr'; + protected $table = 'data_rvm'; protected $guarded = []; public $timestamps = false; public $attributes = [ 'pid' => 0, - 'Symbol' => 'TOBR', - 'Name' => 'TOBR', + 'Symbol' => 'RVM', + 'Name' => 'RVM', 'Price2' => 0, 'Price3' => 0, 'Open_Int' => 0, diff --git a/app/Models/DataShip.php b/app/Models/DataShip.php index 3cac3b1..74187e7 100644 --- a/app/Models/DataShip.php +++ b/app/Models/DataShip.php @@ -12,17 +12,17 @@ namespace App\Models; use Illuminate\Database\Eloquent\Model; -class DataMgc extends Model +class DataShip extends Model { protected $primaryKey = 'id'; - protected $table = 'data_mgc'; + protected $table = 'data_ship'; protected $guarded = []; public $timestamps = false; public $attributes = [ 'pid' => 0, - 'Symbol' => 'MGC', - 'Name' => 'MGC', + 'Symbol' => 'SHIP', + 'Name' => 'SHIP', 'Price2' => 0, 'Price3' => 0, 'Open_Int' => 0, diff --git a/app/Models/DataTomb.php b/app/Models/DataTomb.php index 653a7bd..dc24002 100644 --- a/app/Models/DataTomb.php +++ b/app/Models/DataTomb.php @@ -12,17 +12,17 @@ namespace App\Models; use Illuminate\Database\Eloquent\Model; -class DataUnq extends Model +class DataTomb extends Model { protected $primaryKey = 'id'; - protected $table = 'data_unq'; + protected $table = 'data_tomb'; protected $guarded = []; public $timestamps = false; public $attributes = [ 'pid' => 0, - 'Symbol' => 'UNQ', - 'Name' => 'UNQ', + 'Symbol' => 'TOMB', + 'Name' => 'TOMB', 'Price2' => 0, 'Price3' => 0, 'Open_Int' => 0,