fixed trait duplicate symbol
This commit is contained in:
parent
381ce21f25
commit
fea51c363c
@ -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 . '.';
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user