Ejemplo n.º 1
0
 static function getCountInvoice()
 {
     $count = Invoice::count();
     return $count;
 }