Răsfoiți Sursa

Update Import Data model

Daniel Supernault 6 ani în urmă
părinte
comite
3fb9abc5c3
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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';
 }