Skip to content

Commit

Permalink
Update DataExport.php
Browse files Browse the repository at this point in the history
Removes unused fillable attribute
  • Loading branch information
aocneanu authored Sep 11, 2018
1 parent edc7603 commit 97f3b77
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/Models/DataExport.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 97f3b77

Please sign in to comment.