Skip to content

Commit

Permalink
Merge pull request #35
Browse files Browse the repository at this point in the history
Support auto-discovery - add Laravel facade alias as well
  • Loading branch information
yukoff authored Sep 7, 2017
2 parents bdb8a51 + 5995383 commit 12924a7
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": [
"Tmdb\\Laravel\\TmdbServiceProviderLaravel5"
]
],
"aliases": {
"Tmdb": "Tmdb\\Laravel\\Facades\\Tmdb"
}
}
}
}

0 comments on commit 12924a7

Please sign in to comment.