mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
All kinds of new stuff: finished most of the importing routines, extended the database (single table inheritance) and expanded some other stuff.
This commit is contained in:
@@ -11,6 +11,9 @@ class HomeController extends BaseController {
|
||||
public function index()
|
||||
{
|
||||
$count = $this->accounts->count();
|
||||
|
||||
// build the home screen:
|
||||
|
||||
return View::make('index')->with('count',$count);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user