fix autotawarruq and imbangduga

This commit is contained in:
Hafifie PKB
2023-12-06 23:41:22 +08:00
committed by Hafifie PKB
parent 69e3613e01
commit 38d027c027
13 changed files with 153 additions and 56 deletions
+16
View File
@@ -0,0 +1,16 @@
<?php
namespace App\Services;
use App\KadarUpah;
class TawarruqServices
{
protected $maks_margin = 80;
protected $one_percent = 1;
private function getCalculation(){
}
}