Minor cs fixes

This commit is contained in:
Graham Campbell
2014-03-15 10:14:55 +00:00
parent a2cb6049c9
commit 753370615e
22 changed files with 23 additions and 23 deletions

View File

@@ -77,4 +77,4 @@ Route::filter('csrf', function()
{
throw new Illuminate\Session\TokenMismatchException;
}
});
});