Skip to content

Commit

Permalink
Merge pull request #20 from quintenbuis/patch-1
Browse files Browse the repository at this point in the history
Let Laravel discover the PostcodeNlServiceProvider
  • Loading branch information
gbs authored Apr 21, 2021
2 parents 15f5c21 + 367a760 commit bb5cd2e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,12 @@
"classmap": [
"tests/TestCase.php"
]
},
"extra": {
"laravel": {
"providers": [
"Speelpenning\\PostcodeNl\\PostcodeNlServiceProvider"
]
}
}
}

0 comments on commit bb5cd2e

Please sign in to comment.