Example #1
0
File: Info.php Project: rob1121/qdn
 public static function yearCount()
 {
     return Info::whereYear('created_at', '=', static::date()->year)->count();
 }