switch implode parameter order
This commit is contained in:
parent
7edc1fb195
commit
540afd4d5a
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ trait Inviteable
|
|||
}
|
||||
}
|
||||
|
||||
return $hasValue ? implode($parts, '<br/>') : false;
|
||||
return $hasValue ? implode('<br/>', $part) : false;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue