Skip to content

Commit a76c21c

Browse files
authored
Merge pull request Zizaco#815 from AyaEMahmoud/AutoDiscovery
Add auto discovery
2 parents 6caea7c + a757627 commit a76c21c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

composer.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,16 @@
4141
"Zizaco\\Entrust\\": "src/Entrust/"
4242
}
4343
},
44+
"extra":{
45+
"laravel":{
46+
"providers":[
47+
"Zizaco\\Entrust\\EntrustServiceProvider"
48+
],
49+
"aliases":{
50+
"Entrust": "Zizaco\\Entrust\\EntrustFacade"
51+
}
52+
}
53+
},
4454
"autoload-dev": {
4555
"classmap": [
4656
"tests/Middleware/MiddlewareTest.php"

0 commit comments

Comments
 (0)