Skip to content

Commit

Permalink
Add laravel providers
Browse files Browse the repository at this point in the history
  • Loading branch information
huang-yi committed Jun 17, 2020
1 parent e04455a commit 994dfd6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@
"HuangYi\\Rbac\\Tests\\": "tests"
}
},
"extra": {
"laravel": {
"providers": [
"HuangYi\\Rbac\\RbacServiceProvider"
]
}
},
"config": {
"sort-packages": true
},
Expand Down

0 comments on commit 994dfd6

Please sign in to comment.