mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-28 00:09:56 -07:00
Coverage should be back at 100%. Fixed some formatting too.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user