Skip to content

Commit

Permalink
Merge pull request #24 from wapmorgan/patch-1
Browse files Browse the repository at this point in the history
Added forgotten Folder parameter for entry
  • Loading branch information
Gemorroj authored Feb 12, 2021
2 parents 63a1704 + 47ca3a9 commit ccf7519
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Entry.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ private function setData(string $key, string $value): void
case 'Host OS':
$this->hostOs = $value;
break;

case 'Folder':
$this->folder = $value;
break;
}
}

Expand Down

0 comments on commit ccf7519

Please sign in to comment.