1
0
Daniel Supernault 6 жил өмнө
parent
commit
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';
 }