Lots of cleanup and formatting.

This commit is contained in:
James Cole
2014-12-06 17:34:39 +01:00
parent bb3ba42ce2
commit cc111d14b0
6 changed files with 61 additions and 53 deletions

View File

@@ -60,7 +60,7 @@ class RepeatedExpenseController extends BaseController
}
);
return View::make('repeatedexpense.show', compact('repetitions','piggyBank', 'today', 'subTitle'));
return View::make('repeatedexpense.show', compact('repetitions', 'piggyBank', 'today', 'subTitle'));
}
/**