Skip to content

Commit

Permalink
Register facade with Composer (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvermeyen committed Apr 25, 2023
1 parent 355672d commit 8bdb931
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 @@ -49,7 +49,10 @@
"laravel": {
"providers": [
"CodeZero\\LocalizedRoutes\\LocalizedRoutesServiceProvider"
]
],
"aliases": {
"LocaleConfig": "CodeZero\\LocalizedRoutes\\Facades\\LocaleConfig"
}
},
"preload-files": [
"src/helpers.php"
Expand Down

0 comments on commit 8bdb931

Please sign in to comment.