mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-20 11:48:27 -06:00
Added new lines [skip ci]
This commit is contained in:
parent
5c35fee0c2
commit
45aa85d690
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,7 +3,6 @@
|
||||
composer.phar
|
||||
.env.*.php
|
||||
.env.php
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.idea/
|
||||
tests/_output/*
|
||||
|
@ -295,7 +295,7 @@ class Report implements ReportInterface
|
||||
$end = clone $date;
|
||||
$end->endOfMonth();
|
||||
|
||||
$set = \PiggyBank::
|
||||
\PiggyBank::
|
||||
leftJoin('accounts', 'accounts.id', '=', 'piggy_banks.account_id')
|
||||
->where('accounts.user_id', \Auth::user()->id)
|
||||
->where('repeats', 0)
|
||||
|
Loading…
Reference in New Issue
Block a user