mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Remove references to bill scanning.
This commit is contained in:
@@ -76,12 +76,10 @@ class EventServiceProvider extends ServiceProvider
|
||||
],
|
||||
// is a Transaction Journal related event.
|
||||
StoredTransactionJournal::class => [
|
||||
'FireflyIII\Handlers\Events\StoredJournalEventHandler@scanBills',
|
||||
'FireflyIII\Handlers\Events\StoredJournalEventHandler@processRules',
|
||||
],
|
||||
// is a Transaction Journal related event.
|
||||
UpdatedTransactionJournal::class => [
|
||||
'FireflyIII\Handlers\Events\UpdatedJournalEventHandler@scanBills',
|
||||
'FireflyIII\Handlers\Events\UpdatedJournalEventHandler@processRules',
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user