Added new lines [skip ci]

This commit is contained in:
James Cole 2015-01-02 06:24:48 +01:00
parent 5c35fee0c2
commit 45aa85d690
17 changed files with 16 additions and 17 deletions

1
.gitignore vendored
View File

@ -3,7 +3,6 @@
composer.phar
.env.*.php
.env.php
.DS_Store
Thumbs.db
.idea/
tests/_output/*

View File

@ -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)