Exemple #1
0
 static function getTotalOrder()
 {
     $order = CartOrder::count();
     return $order;
 }