loan orders
This commit is contained in:
@@ -16,4 +16,12 @@ class LoanTypeRepo
|
||||
{
|
||||
return LoanType::where('active', true)->pluck('name', 'id');
|
||||
}
|
||||
|
||||
/**
|
||||
* Loan type guarantor id
|
||||
*/
|
||||
public static function loanTypeGuarantorId(): int
|
||||
{
|
||||
return 2;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user