Skip to content

Commit eb5c679

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Localization/Contracts/LocalizationInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ public function getSupportedLocales(): array;
1212

1313
public function setRouteLocale(string $prefix = '', ?string $locale = null): string;
1414

15-
public function getLocalizedURL(string $code): string
15+
public function getLocalizedURL(string $code, $url = null): string
1616
}

0 commit comments

Comments
 (0)