🌈 搜索
📅  最后修改于: 2022-03-11 14:53:47.656000             🧑  作者: Mango
$users = Users::where('status_id', 'active') ->where( 'created_at', '>', Carbon::now()->subDays(30)) ->get();