How to count items that are nested inside a second level groupBy?

后端 未结 0 742
我在风中等你
我在风中等你 2020-12-18 13:48
    $bookings = Salon::find(3)->bookings;

    $bookings->groupBy([\'booking_status\', function ($item) {
            return \\Carbon\\Carbon::parse($item[\'cr         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题