2016-04-13 3 views

Antwort

0

ich Sie haben eine Instanz von Illuminate\Support\Collection, als Sie so etwas wie dieses

$unique = $collection->unique(); // where $collection is of course the variable that holds your collection 

$unique->values()->all(); // [1,2,3,4] 
tun könnte