Skip to content

Commit

Permalink
Merge pull request #33 from 365Werk/bugfix/remove-unused-code
Browse files Browse the repository at this point in the history
2.0.4 - remove unused code
  • Loading branch information
HergenD authored May 6, 2021
2 parents 3c1ec02 + 946957c commit 9125377
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "werk365/identitydocuments",
"description": "Package to parse identity documents like passports",
"license": "GPL-3.0-or-later",
"version": "2.0.3",
"version": "2.0.4",
"authors": [
{
"name": "Hergen Dillema",
Expand Down
2 changes: 0 additions & 2 deletions src/IdentityDocument.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ public function addBackImage($image): IdentityDocument

private function createImage($file): IdentityImage
{
file_get_contents($file->getRealPath());

return new IdentityImage(Img::make($file), $this->ocrService, $this->faceDetectionService);
}

Expand Down

0 comments on commit 9125377

Please sign in to comment.