Skip to content

Commit

Permalink
fix: autoload facade (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
atymic authored Nov 12, 2019
1 parent ef575c6 commit 2e256bd
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 @@ -35,7 +35,10 @@
"laravel": {
"providers": [
"Thujohn\\Twitter\\TwitterServiceProvider"
]
],
"aliases": {
"Twitter": "Thujohn\\Twitter\\Facades\\Twitter"
}
}
},
"minimum-stability": "stable"
Expand Down

0 comments on commit 2e256bd

Please sign in to comment.