2013-07-12 3 views

답변

0
$items = $items->filter(function($item) 
{ 
    return $item->comments()->count() > 2; 
}); 
+0

답변입니다. –