From 97f3b775c41c80f5116567f26aa1fe1fd4420f51 Mon Sep 17 00:00:00 2001 From: Adrian Ocneanu Date: Tue, 11 Sep 2018 21:52:08 +0300 Subject: [PATCH] Update DataExport.php Removes unused fillable attribute --- src/app/Models/DataExport.php | 2 -- 1 file changed, 2 deletions(-) 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');