Fix a typo.
This commit is contained in:
parent
7a10757c8d
commit
94866bf68d
@ -11,7 +11,7 @@ abstract class Document extends Component
|
|||||||
{
|
{
|
||||||
$translation = '';
|
$translation = '';
|
||||||
|
|
||||||
// if set config trasnlation config_key
|
// if set config translation config_key
|
||||||
if ($translation = config('type.' . $type . '.translation.' . $config_key)) {
|
if ($translation = config('type.' . $type . '.translation.' . $config_key)) {
|
||||||
return $translation;
|
return $translation;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user