Laravel -Rückkehrliste von IDs

test::where('id' ,'>' ,0)->pluck('id')->toArray();
Solotov