Code cleanup.

This commit is contained in:
James Cole
2015-12-28 07:49:27 +01:00
parent 8e827bf83b
commit f81e7da8bb
6 changed files with 3 additions and 16 deletions

View File

@@ -30,7 +30,7 @@ Route::bind(
throw new NotFoundHttpException;
}
);
// account list! Yay!
// accounts
Route::bind(
'accountList',
function ($value) {