Some basic cleaning up.

This commit is contained in:
Sander Dorigo
2014-07-04 11:39:21 +02:00
parent 6bdaafbf72
commit c3254c2351
6 changed files with 95 additions and 36 deletions

View File

@@ -13,4 +13,4 @@ class HomeController extends BaseController {
$count = $this->accounts->count();
return View::make('index')->with('count',$count);
}
}
}