Browse Source

Update Import Data model

Daniel Supernault 6 năm trước cách đây
mục cha
commit
3fb9abc5c3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/ImportData.php

+ 1 - 1
app/ImportData.php

@@ -6,5 +6,5 @@ use Illuminate\Database\Eloquent\Model;
 
 class ImportData extends Model
 {
-    //
+    protected $table = 'import_datas';
 }