fixed trait duplicate symbol

This commit is contained in:
Cüneyt Şentürk 2021-01-11 16:28:16 +03:00
parent 381ce21f25
commit fea51c363c

View File

@ -91,7 +91,7 @@ trait Documents
if (!empty($alias)) {
$translation = $alias . '::' . config('type.' . $type . '.translation.prefix') . '.statuses';
if (is_array(trans($$translation))) {
if (is_array(trans($translation))) {
return $translation . '.';
}
}