mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 08:11:20 +00:00
Forgot to remove a variable.
This commit is contained in:
@@ -42,7 +42,6 @@ class ImportRoutine
|
||||
{
|
||||
$this->journals = new Collection;
|
||||
$this->errors = new Collection;
|
||||
Log::debug(sprintf('Job ID is #%d', $job->id));
|
||||
}
|
||||
|
||||
/**
|
||||
|
@@ -32,6 +32,8 @@ use Log;
|
||||
*/
|
||||
trait CreateJournalsTrait
|
||||
{
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* * Remember: a balancingAct takes at most one expense and one transfer.
|
||||
|
Reference in New Issue
Block a user