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 8e6637c commit 38fdbe6Copy full SHA for 38fdbe6
src/Localization/Contracts/LocalizationInterface.php
@@ -11,4 +11,6 @@ public function getLocale(): string;
11
public function getSupportedLocales(): array;
12
13
public function setRouteLocale(string $prefix = '', ?string $locale = null): string;
14
+
15
+ public function getLocalizedURL(string $code): string
16
}
0 commit comments