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