loan order
This commit is contained in:
@@ -17,6 +17,11 @@ class LoanTypeRepo
|
||||
return LoanType::where('active', true)->pluck('name', 'id');
|
||||
}
|
||||
|
||||
public static function onlyGuarantor(): Collection|array
|
||||
{
|
||||
return LoanType::where('active', true)->where('id', static::loanTypeGuarantorId())->pluck('name', 'id');
|
||||
}
|
||||
|
||||
/**
|
||||
* Loan type guarantor id
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user