17 lines
194 B
PHP
17 lines
194 B
PHP
<?php
|
|
|
|
namespace App\Services;
|
|
|
|
use App\KadarUpah;
|
|
|
|
class TawarruqServices
|
|
{
|
|
|
|
protected $maks_margin = 80;
|
|
protected $one_percent = 1;
|
|
|
|
private function getCalculation(){
|
|
|
|
}
|
|
}
|