Expand support for weekend and add some logging.

This commit is contained in:
James Cole
2018-06-27 05:37:56 +02:00
parent 7ba11a57a8
commit 20aa6e429b
3 changed files with 12 additions and 5 deletions

View File

@@ -56,6 +56,7 @@ trait RecurringTransactionTrait
'repetition_type' => $array['type'],
'repetition_moment' => $array['moment'],
'repetition_skip' => $array['skip'],
'weekend' => $array['weekend'] ?? 1,
]
);