Skip to content

Commit 5995383

Browse files
committed
Support auto-discovery - add Laravel facade alias
1 parent bdb8a51 commit 5995383

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@
3535
"laravel": {
3636
"providers": [
3737
"Tmdb\\Laravel\\TmdbServiceProviderLaravel5"
38-
]
38+
],
39+
"aliases": {
40+
"Tmdb": "Tmdb\\Laravel\\Facades\\Tmdb"
41+
}
3942
}
4043
}
4144
}

0 commit comments

Comments
 (0)