Removed repeated expenses.

This commit is contained in:
James Cole
2015-03-27 18:14:17 +01:00
parent 81fa304fd2
commit 6870d13b72
2 changed files with 0 additions and 218 deletions

View File

@@ -313,7 +313,6 @@ Route::group(
Route::get('/reminder/act/{reminder}', ['uses' => 'ReminderController@act', 'as' => 'reminders.act']);
Route::get('/reminder/{reminder}', ['uses' => 'ReminderController@show', 'as' => 'reminders.show']);
/**
* Report Controller
*/