diff --git a/app/Support/Amount.php b/app/Support/Amount.php index ceed9f2e06..3eb21e4522 100644 --- a/app/Support/Amount.php +++ b/app/Support/Amount.php @@ -110,18 +110,6 @@ class Amount return $this->formatAnything($currency, $transaction->amount, $coloured); } - /** - * @param string $symbol - * @param float|string $amount - * @param bool $coloured - * - * @return string - */ - public function formatWithSymbol(string $symbol, string $amount, $coloured = true) - { - return $this->formatAnything($this->getDefaultCurrency(), $amount, $coloured); - } - /** * @return Collection */