SettleService.php 163 B

12345678
  1. <?php
  2. namespace App\Services;
  3. class SettleService {
  4. public static function getSettlesToExcel($stores, $selected, $dayRange, $id) {
  5. return [];
  6. }
  7. }