Clean up v2 api points.

This commit is contained in:
James Cole
2023-10-29 06:09:21 +01:00
parent 4bb171128e
commit aa1a521cf0
7 changed files with 17 additions and 32 deletions

View File

@@ -68,6 +68,7 @@ interface NetWorthInterface
* @param Carbon $date
*
* @return array
* @deprecated
*/
public function sumNetWorthByCurrency(Carbon $date): array;
}