Fixed some problems with creating piggy bank repetitions.

This commit is contained in:
James Cole
2014-08-21 15:14:46 +02:00
parent 22bd995b42
commit b5a706152d
6 changed files with 106 additions and 89 deletions

View File

@@ -10,7 +10,8 @@ class BaseController extends Controller
*
*/
public function __construct() {
Event::fire('limits.check');
\Event::fire('limits.check');
\Event::fire('piggybanks.check');
}
/**
* Setup the layout used by the controller.