mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Added a routine that will cache stuff that costs a lot of queries.
This commit is contained in:
@@ -91,6 +91,7 @@ require $framework . '/Illuminate/Foundation/start.php';
|
||||
Event::subscribe('FireflyIII\Event\Piggybank');
|
||||
Event::subscribe('FireflyIII\Event\Budget');
|
||||
Event::subscribe('FireflyIII\Event\TransactionJournal');
|
||||
Event::subscribe('FireflyIII\Event\Transaction');
|
||||
|
||||
// event that creates a relationship between transaction journals and recurring events when created.
|
||||
// event that updates the relationship between transaction journals and recurring events when edited.
|
||||
|
Reference in New Issue
Block a user