Some cleaning up [skip ci]

This commit is contained in:
James Cole
2015-07-09 11:13:38 +02:00
parent 84566310de
commit 43d6b51d42
3 changed files with 10 additions and 27 deletions

View File

@@ -6,7 +6,6 @@ use Carbon\Carbon;
use FireflyIII\Http\Controllers\Controller;
use FireflyIII\Models\Bill;
use FireflyIII\Models\TransactionJournal;
use FireflyIII\Repositories\Account\AccountRepositoryInterface;
use FireflyIII\Repositories\Bill\BillRepositoryInterface;
use FireflyIII\Support\CacheProperties;
use Response;
@@ -36,7 +35,7 @@ class BillController extends Controller
/**
* Shows all bills and whether or not theyve been paid this month (pie chart).
*
* @param BillRepositoryInterface $repository
* @param BillRepositoryInterface $repository
*
* @return \Symfony\Component\HttpFoundation\Response
*/