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 7f20bdd commit 28a772aCopy full SHA for 28a772a
Classes/Xclass/LanguageServiceXclassed.php
@@ -63,13 +63,6 @@ public function sL($input): string
63
return parent::sL($input);
64
}
65
66
- protected function includeLanguageFileRaw($fileRef)
67
- {
68
- $this->reinitLanguage($fileRef);
69
-
70
- return parent::includeLanguageFileRaw($fileRef);
71
- }
72
73
protected function readLLfile($fileRef): array
74
{
75
$this->reinitLanguage($fileRef);
0 commit comments