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 edfb2e1 commit 5ce0ce6Copy full SHA for 5ce0ce6
src/Macros/LocalizedRoutesMacro.php
@@ -42,7 +42,7 @@ public static function register()
42
// to register translated route URI's.
43
App::setLocale($locale);
44
45
- // Prepent the locale to the route name
+ // Prepend the locale to the route name
46
$attributes = [
47
'as'=>"{$locale}.",
48
'localized-routes-locale'=>$locale
0 commit comments