mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 22:03:44 +02:00
make dane and styleci happy
This commit is contained in:
@@ -40,6 +40,7 @@ class PhraseAppTranslator extends LaravelTranslator
|
||||
public function get($key, array $replace = [], $locale = null, $fallback = true)
|
||||
{
|
||||
$key = substr($key, strpos($key, '.') + 1);
|
||||
|
||||
return "{{__phrase_${key}__}}";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user