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