mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
Fixed some problems with creating piggy bank repetitions.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user