X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/fdbbcf2b8a088d50aa9fd427082ae8c5cf97fb56..refs/pull/5725/head:/app/Exports/Import.php diff --git a/app/Exports/Import.php b/app/Exports/Import.php index 9c1771c46..ca4f52981 100644 --- a/app/Exports/Import.php +++ b/app/Exports/Import.php @@ -28,6 +28,8 @@ class Import extends Model implements Loggable { use HasFactory; + protected $hidden = ['metadata']; + public function getSizeString(): string { $mb = round($this->size / 1000000, 2);