Level 4 fixed!

This commit is contained in:
James Cole
2025-01-04 09:01:44 +01:00
parent 2d62f0ff06
commit 5617de3a79
7 changed files with 10 additions and 39 deletions

View File

@@ -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;
}