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

@@ -14,4 +14,4 @@
Route::get('/', function()
{
return View::make('hello');
});
});