Skip to content

Commit

Permalink
Add service provider and facade auto
Browse files Browse the repository at this point in the history
  • Loading branch information
ngtfkx committed Sep 2, 2017
1 parent 90f0b96 commit cbaf920
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions composer.json
Expand Up @@ -46,6 +46,14 @@
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
},
"laravel": {
"providers": [
"Ngtfkx\\Laradeck\\FormBuilder\\LaradeckFormBuilderServiceProvider"
],
"aliases": {
"FormBuilder": "Ngtfkx\\Laradeck\\FormBuilder\\FormBuilderFacade"
}
}
},
"config": {
Expand Down

0 comments on commit cbaf920

Please sign in to comment.