Skip to content

Commit 38fdbe6

Browse files
authored
Update LocalizationInterface.php
1 parent 8e6637c commit 38fdbe6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Localization/Contracts/LocalizationInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ public function getLocale(): string;
1111
public function getSupportedLocales(): array;
1212

1313
public function setRouteLocale(string $prefix = '', ?string $locale = null): string;
14+
15+
public function getLocalizedURL(string $code): string
1416
}

0 commit comments

Comments
 (0)