StatisticsService.php 129 B

12345678910
  1. <?php
  2. namespace App\Service;
  3. class StatisticsService extends Service
  4. {
  5. public function statisticsXs($data,$user){
  6. }
  7. }