浏览代码

Update Import Data model

Daniel Supernault 6 年之前
父节点
当前提交
3fb9abc5c3
共有 1 个文件被更改,包括 1 次插入1 次删除
  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';
 }