We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc7603 commit 97f3b77Copy full SHA for 97f3b77
src/app/Models/DataExport.php
@@ -12,8 +12,6 @@ class DataExport extends Model implements Attachable, VisibleFile
12
{
13
use HasFile, CreatedBy;
14
15
- protected $fillable = ['type'];
16
-
17
public function folder()
18
19
return config('enso.config.paths.exports');
0 commit comments