mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 16:13:54 +00:00
Implement custom trigger for recurring transactions
This commit is contained in:
@@ -57,7 +57,7 @@ class TransactionJournalMetaFactory
|
||||
}
|
||||
|
||||
if ($data['data'] instanceof Carbon) {
|
||||
//Log::debug('Is a carbon object.');
|
||||
Log::debug('Is a carbon object.');
|
||||
$value = $data['data']->toW3cString();
|
||||
}
|
||||
if ('' === (string) $value) {
|
||||
|
Reference in New Issue
Block a user