mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 12:12:18 +00:00
Bunq import can now handle timestamps.
This commit is contained in:
@@ -17,7 +17,7 @@ class AuditLogger
|
||||
*/
|
||||
public function __invoke($logger)
|
||||
{
|
||||
$processor = new AuditProcessor();
|
||||
$processor = new AuditProcessor;
|
||||
$logger->pushProcessor($processor);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user