Updates for payment filters

This commit is contained in:
David Bomba 2022-12-16 10:15:32 +11:00
parent c95384fe0c
commit 96d97535a0

View File

@ -84,7 +84,7 @@ class PaymentFilters extends QueryFilters
/** /**
* Returns a list of payments that can be matched to bank transactions * Returns a list of payments that can be matched to bank transactions
*/ */
public function match_transactions($value = 'true') public function match_transactions($value = 'true') :Builder
{ {
if($value == 'true') if($value == 'true')