Explorar el Código

Update Import Data model

Daniel Supernault hace 6 años
padre
commit
3fb9abc5c3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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';
 }