Make note of some query heavy pages.

This commit is contained in:
James Cole
2020-08-02 09:26:14 +02:00
parent 384854b353
commit 386c067e93
3 changed files with 9 additions and 3 deletions

View File

@@ -76,7 +76,9 @@ class AmountFormat extends AbstractExtension
/**
* Will format the amount by the currency related to the given account.
*
* @return TwigFunction;
* @return TwigFunction
* @deprecated
* TODO remove me because it executes a query in a view.
*/
protected function formatAmountByAccount(): TwigFunction
{