switch implode parameter order

This commit is contained in:
Laurynas Sakalauskas 2020-09-12 12:10:13 +03:00
parent 7edc1fb195
commit 540afd4d5a

View File

@ -74,7 +74,7 @@ trait Inviteable
}
}
return $hasValue ? implode($parts, '<br/>') : false;
return $hasValue ? implode('<br/>', $part) : false;
}
/**