Skip to content

Commit d644692

Browse files
committed
reverted removing getter which is still relied upon
1 parent b81747f commit d644692

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/lib/Form/Data/Content/Translation/MainTranslationUpdateData.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,9 @@ public function setLanguageCode(?string $languageCode = null): void
3030
{
3131
$this->languageCode = $languageCode;
3232
}
33+
34+
public function getLanguageCode(): ?string
35+
{
36+
return $this->languageCode;
37+
}
3338
}

0 commit comments

Comments
 (0)