Пример #1
0
 public static function monthCount()
 {
     Info::whereMonth('created_at', '=', static::date()->month)->count();
 }