Skip to content

Commit

Permalink
Facade alias
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed May 15, 2024
1 parent 4e9c36a commit e3d171c
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 @@ -47,7 +47,10 @@
"laravel": {
"providers": [
"TypiCMS\\LaravelTranslatableBootForms\\TranslatableBootFormsServiceProvider"
]
],
"aliases": {
"TranslatableBootForm": "TypiCMS\\LaravelTranslatableBootForms\\Facades\\TranslatableBootForm"
}
}
}
}

0 comments on commit e3d171c

Please sign in to comment.