Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
Bugfix
  • Loading branch information
HergenD committed Aug 20, 2020
1 parent 82403ef commit 2dc5c94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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": "MIT",
"version": "1.3.0",
"version": "1.3.1",
"authors": [
{
"name": "Hergen Dillema",
Expand Down
2 changes: 1 addition & 1 deletion src/IdentityDocumentsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function register()

// Register the service the package provides.
$this->app->singleton('identitydocuments', function ($app) {
return new identitydocuments;
return new IdentityDocuments;
});
}

Expand Down

0 comments on commit 2dc5c94

Please sign in to comment.