mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Forgot to remove a variable.
This commit is contained in:
parent
8549c7c81b
commit
02a36316be
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user