apply not recurring and split scopes by default
This commit is contained in:
@ -20,6 +20,8 @@ class Transaction implements Scope
|
||||
*/
|
||||
public function apply(Builder $builder, Model $model)
|
||||
{
|
||||
$this->applyTypeScope($builder, $model);
|
||||
$this->applyNotRecurringScope($builder, $model);
|
||||
|
||||
$this->applyNotSplitScope($builder, $model);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user