Files
api_arrahn/tinker/getOnePercent.php
T
2023-12-10 00:05:30 +08:00

12 lines
245 B
PHP

<?php
use App\Services\MasterServices;
use App\Support\v2\Calculation;
$test2 = new Calculation();
$test = new MasterServices('KB2');
// $response = $test->kiraUpahTawarruq('KB2231207-0004');
$response = 'tes';
dd($response);