mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Undo PHP7 thing in master.
This commit is contained in:
parent
4a64dce737
commit
6ab09a3603
@ -380,7 +380,7 @@ class AccountRepository implements AccountRepositoryInterface
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function sumOfEverything(): string
|
||||
public function sumOfEverything()
|
||||
{
|
||||
return strval(Auth::user()->transactions()->sum('amount'));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user