mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Wasn't used. [skip ci]
This commit is contained in:
@@ -110,18 +110,6 @@ class Amount
|
|||||||
return $this->formatAnything($currency, $transaction->amount, $coloured);
|
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
|
* @return Collection
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user