Skip to content

Commit 97f3b77

Browse files
authored
Update DataExport.php
Removes unused fillable attribute
1 parent edc7603 commit 97f3b77

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/Models/DataExport.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ class DataExport extends Model implements Attachable, VisibleFile
1212
{
1313
use HasFile, CreatedBy;
1414

15-
protected $fillable = ['type'];
16-
1715
public function folder()
1816
{
1917
return config('enso.config.paths.exports');

0 commit comments

Comments
 (0)