Wasn't used. [skip ci]

This commit is contained in:
James Cole
2016-02-07 08:35:37 +01:00
parent ab9c991530
commit 42372cabd5

View File

@@ -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
*/