fix on install for module

This commit is contained in:
Nabeel Shahzad
2017-12-02 09:34:35 -06:00
parent 61fbc7fea3
commit c530be74d0
3 changed files with 5 additions and 3 deletions

View File

@@ -10,7 +10,8 @@
"extra": {
"laravel": {
"providers": [
"Modules\\Sample\\Providers\\SampleServiceProvider"
"Modules\\Sample\\Providers\\SampleServiceProvider",
"Modules\\Sample\\Providers\\EventServiceProvider"
],
"aliases": {