Skip to content

Commit 8bdb931

Browse files
committedApr 25, 2023
Register facade with Composer (#94)
1 parent 355672d commit 8bdb931

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎composer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@
4949
"laravel": {
5050
"providers": [
5151
"CodeZero\\LocalizedRoutes\\LocalizedRoutesServiceProvider"
52-
]
52+
],
53+
"aliases": {
54+
"LocaleConfig": "CodeZero\\LocalizedRoutes\\Facades\\LocaleConfig"
55+
}
5356
},
5457
"preload-files": [
5558
"src/helpers.php"

0 commit comments

Comments
 (0)
Please sign in to comment.