Code to fix #378

This commit is contained in:
James Cole
2016-11-04 16:04:36 +01:00
parent 1d15bc0b10
commit 5f7fb77db2
6 changed files with 43 additions and 56 deletions

View File

@@ -70,7 +70,6 @@ class EventServiceProvider extends ServiceProvider
'FireflyIII\Events\UpdatedTransactionJournal' => // is a Transaction Journal related event.
[
'FireflyIII\Handlers\Events\UpdatedJournalEventHandler@scanBills',
'FireflyIII\Handlers\Events\UpdatedJournalEventHandler@connectToPiggyBank',
'FireflyIII\Handlers\Events\UpdatedJournalEventHandler@processRules',
],