mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 02:26:58 +00:00
Undo PHP7 thing in master.
This commit is contained in:
@@ -380,7 +380,7 @@ class AccountRepository implements AccountRepositoryInterface
|
|||||||
/**
|
/**
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function sumOfEverything(): string
|
public function sumOfEverything()
|
||||||
{
|
{
|
||||||
return strval(Auth::user()->transactions()->sum('amount'));
|
return strval(Auth::user()->transactions()->sum('amount'));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user