make dane and styleci happy
This commit is contained in:
parent
7f0608d412
commit
7f1000dd8a
3 changed files with 3 additions and 5 deletions
|
@ -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}__}}";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue