From 42372cabd51b256d8a0672c0384ee38676fc684c Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 7 Feb 2016 08:35:37 +0100 Subject: [PATCH] Wasn't used. [skip ci] --- app/Support/Amount.php | 12 ------------ 1 file changed, 12 deletions(-) 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 */