We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78898b9 commit 7538b64Copy full SHA for 7538b64
src/ServiceProvider.php
@@ -60,7 +60,7 @@ public function boot()
60
if (empty($id)) {
61
return '';
62
}
63
- return app('translator')->trans($id, $replace, $locale);
+ return app('translator')->get($id, $replace, $locale);
64
}));
65
66
// csrf_token needs to be replaced for Laravel
0 commit comments