Skip to content

Commit

Permalink
add ChatFacade to extra (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
musonza authored Mar 2, 2019
1 parent 03aad51 commit 03ac9e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@
"laravel": {
"providers": [
"Musonza\\Chat\\ChatServiceProvider"
]
],
"aliases": {
"Chat": "Musonza\\Chat\\Facades\\ChatFacade::class"
}
}
}
}

0 comments on commit 03ac9e2

Please sign in to comment.