mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-03 20:56:21 +00:00
Various code cleanup.
This commit is contained in:
@@ -47,7 +47,7 @@ class StageFinalHandler
|
||||
for ($i = 0; $i < 5; $i++) {
|
||||
$transaction = [
|
||||
'type' => 'withdrawal',
|
||||
'date' => Carbon::create()->format('Y-m-d'),
|
||||
'date' => Carbon::now()->format('Y-m-d'),
|
||||
'tags' => '',
|
||||
'user' => $this->importJob->user_id,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user