mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
Created some triggers, added some fixes. Will probably fail.
This commit is contained in:
@@ -6,6 +6,13 @@
|
||||
class BaseController extends Controller
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
public function __construct() {
|
||||
parent::__construct();
|
||||
Event::fire('limits.check');
|
||||
}
|
||||
/**
|
||||
* Setup the layout used by the controller.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user