Created some triggers, added some fixes. Will probably fail.

This commit is contained in:
James Cole
2014-08-19 20:38:49 +02:00
parent eacad20f51
commit 71504c76ac
6 changed files with 144 additions and 102 deletions

View File

@@ -6,6 +6,13 @@
class BaseController extends Controller
{
/**
*
*/
public function __construct() {
parent::__construct();
Event::fire('limits.check');
}
/**
* Setup the layout used by the controller.
*