Exemplo n.º 1
0
Arquivo: Info.php Projeto: rob1121/qdn
 public static function monthCount()
 {
     Info::whereMonth('created_at', '=', static::date()->month)->count();
 }