mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 20:16:22 +00:00
Level 4 fixed!
This commit is contained in:
@@ -232,7 +232,7 @@ class UpdatePiggyBank implements ActionInterface
|
||||
return true;
|
||||
}
|
||||
}
|
||||
Log::debug(sprintf('Piggy bank is not connected to account #%d "%s"', $link?->id, $link?->name));
|
||||
Log::debug(sprintf('Piggy bank is not connected to account #%d "%s"', $link->id, $link->name));
|
||||
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user