Skip to content

Commit

Permalink
Laravel 5.5 auto-discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
irazasyed authored Jun 13, 2017
1 parent 66de798 commit 36e0dfa
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 @@ -44,5 +44,12 @@
},
"config": {
"sort-packages": true
},
"extra": {
"laravel": {
"providers": [
"NotificationChannels\\Telegram\\TelegramServiceProvider"
]
}
}
}

0 comments on commit 36e0dfa

Please sign in to comment.