Some bug fixes and a new view for piggy banks. [skip ci]

This commit is contained in:
James Cole
2014-08-21 18:49:51 +02:00
parent f63ef2ae45
commit 9a04a4a4fc
3 changed files with 156 additions and 30 deletions

View File

@@ -43,6 +43,10 @@ class HomeController extends BaseController
*/
public function index()
{
\Event::fire('limits.check');
\Event::fire('piggybanks.check');
// count, maybe we need some introducing text to show:
$count = $this->_accounts->count();
$start = Session::get('start');