diff --git a/modules/system/models/File.php b/modules/system/models/File.php index 4bc33ae74..ffca84afb 100644 --- a/modules/system/models/File.php +++ b/modules/system/models/File.php @@ -20,26 +20,6 @@ class File extends FileBase */ protected $table = 'system_files'; - /** - * @var array The attributes that are mass assignable. - */ - protected $fillable = [ - 'file_name', - 'title', - 'description', - 'field', - 'attachment_id', - 'attachment_type', - 'is_public', - 'sort_order', - 'data', - ]; - - /** - * @var array The attributes that aren't mass assignable. - */ - protected $guarded = []; - /** * {@inheritDoc} */