mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Remove unnecessary function
This commit is contained in:
parent
1afd72d9f8
commit
a58bf0399f
1 changed files with 0 additions and 8 deletions
|
|
@ -65,14 +65,6 @@ final class LocaleContext implements Context
|
|||
return $localeName;
|
||||
}
|
||||
|
||||
/**
|
||||
* @Transform :localeName
|
||||
*/
|
||||
public function castToLocaleName(string $localeCode): string
|
||||
{
|
||||
return $this->localeNameConverter->convertCodeToName($localeCode);
|
||||
}
|
||||
|
||||
/**
|
||||
* @Transform :locale
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue