示例#1
0
文件: Info.php 项目: rob1121/qdn
 public static function monthCount()
 {
     Info::whereMonth('created_at', '=', static::date()->month)->count();
 }