예제 #1
0
파일: Info.php 프로젝트: rob1121/qdn
 public static function yearCount()
 {
     return Info::whereYear('created_at', '=', static::date()->year)->count();
 }