Skip to content

Commit

Permalink
feat: Add extra for laravel auto discovery (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
pxlrbt committed May 19, 2020
1 parent 33427ed commit e3b9863
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 @@ -36,5 +36,12 @@
},
"config": {
"sort-packages": true
},
"extra": {
"laravel": {
"providers": [
"NotificationChannels\\Smsapi\\SmsapiServiceProvider"
]
}
}
}

0 comments on commit e3b9863

Please sign in to comment.