Skip to content

Commit

Permalink
add auto discover service provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Azri Ismail committed Feb 2, 2018
1 parent 7758192 commit e5c0af2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions composer.json
Expand Up @@ -27,5 +27,15 @@
"psr-4": {
"Buzz\\LaravelGoogleCaptcha\\": "src"
}
},
"extra": {
"laravel": {
"providers": [
"Buzz\\LaravelGoogleCaptcha\\CaptchaServiceProvider"
],
"aliases": {
"Captcha": "Buzz\\LaravelGoogleCaptcha\\CaptchaFacade"
}
}
}
}

0 comments on commit e5c0af2

Please sign in to comment.