Пример #1
0
 public static function yearCount()
 {
     return Info::whereYear('created_at', '=', static::date()->year)->count();
 }