Coverage should be back at 100%. Fixed some formatting too.

This commit is contained in:
James Cole
2014-08-17 21:17:31 +02:00
parent ae95d60c46
commit 9db8f78cd8
11 changed files with 464 additions and 101 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ class TransactionController extends BaseController
return View::make('transactions.create')->with('accounts', $accounts)->with('budgets', $budgets)->with(
'what', $what
)->with('piggies',$piggies);
)->with('piggies', $piggies);
}
/**