Skip to content

Commit

Permalink
5.5 auto discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
n7olkachev authored Sep 28, 2017
1 parent ecc30b0 commit 55844e7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,15 @@
"psr-4": {
"Websecret\\LaravelAB\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Websecret\\LaravelAB\\ServiceProvider"
],
"aliases": {
"AB": "Websecret\\LaravelAB\\Facade"
}
}
}
}

0 comments on commit 55844e7

Please sign in to comment.