I'm trying to concatenate a set collection to another set of collection. I see in Laravel 5.5 it has concat function, but for compatibility reason I have to use until Laravel 5.3 only.
I tried merge function but it is not concatenating but merging instead.
What are other workaround, or how can I update the Laravel Collection without update the whole Laravel package?