Skip to content

Commit

Permalink
Add auto discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
aembadawy committed Jul 26, 2017
1 parent 2a05acd commit a757627
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 @@ -41,6 +41,16 @@
"Zizaco\\Entrust\\": "src/Entrust/"
}
},
"extra":{
"laravel":{
"providers":[
"Zizaco\\Entrust\\EntrustServiceProvider"
],
"aliases":{
"Entrust": "Zizaco\\Entrust\\EntrustFacade"
}
}
},
"autoload-dev": {
"classmap": [
"tests/Middleware/MiddlewareTest.php"
Expand Down

0 comments on commit a757627

Please sign in to comment.