🌈 搜索
📅  最后修改于: 2022-03-11 14:54:00.635000             🧑  作者: Mango
$collection = collect(['account_id' => 1, 'product' => 'Desk']); $collection->has('product'); // true