Padd out rules
This commit is contained in:
parent
dc6aca74b2
commit
229a11e009
1 changed files with 10 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue