diff --git a/src/app/Models/DataExport.php b/src/app/Models/DataExport.php index d916c77..a42d1e4 100644 --- a/src/app/Models/DataExport.php +++ b/src/app/Models/DataExport.php @@ -12,8 +12,6 @@ class DataExport extends Model implements Attachable, VisibleFile { use HasFile, CreatedBy; - protected $fillable = ['type']; - public function folder() { return config('enso.config.paths.exports');