1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-13 06:32:40 +01:00

Padd out rules

This commit is contained in:
David Bomba 2022-11-13 15:52:57 +11:00
parent dc6aca74b2
commit 229a11e009

View File

@ -62,6 +62,16 @@ class BankTransactionRule extends BaseModel
'is_empty',
];
// rule object looks like this:
//[
// {
// 'search_key': 'client_id',
// 'operator' : 'is',
// 'value' : 'Sparky'
// }
//]
public function getEntityType()
{
return self::class;