mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 01:06:46 +00:00
Remove exceptions.
This commit is contained in:
@@ -115,7 +115,6 @@ trait ConvertsExchangeRates
|
||||
*/
|
||||
public function cerSum(array $entries): array
|
||||
{
|
||||
throw new FireflyException('do not use me, needs refactor');
|
||||
if (null === $this->enabled) {
|
||||
$this->getPreference();
|
||||
}
|
||||
|
Reference in New Issue
Block a user