cqpCow 8 tháng trước cách đây
mục cha
commit
919b69d40c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Model/DeviceData.php

+ 1 - 1
app/Model/DeviceData.php

@@ -8,7 +8,7 @@ use Illuminate\Support\Facades\Schema;
 
 class DeviceData extends Model
 {
-    protected $table = "device_data"; //指定
+    protected $table = "device_data"; //表
     const CREATED_AT = 'crt_time';
     const UPDATED_AT = 'upd_time';
     protected $dateFormat = 'U';