mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Removed limit repetition events #508
This commit is contained in:
@@ -45,16 +45,6 @@ class EventServiceProvider extends ServiceProvider
|
||||
'FireflyIII\Events\RequestedNewPassword' => [ // is a User related event.
|
||||
'FireflyIII\Handlers\Events\UserEventHandler@sendNewPassword',
|
||||
],
|
||||
'FireflyIII\Events\StoredBudgetLimit' => // is a Budget related event.
|
||||
[
|
||||
'FireflyIII\Handlers\Events\BudgetEventHandler@storeRepetition',
|
||||
],
|
||||
|
||||
'FireflyIII\Events\UpdatedBudgetLimit' => // is a Budget related event.
|
||||
[
|
||||
'FireflyIII\Handlers\Events\BudgetEventHandler@updateRepetition',
|
||||
],
|
||||
|
||||
'FireflyIII\Events\StoredTransactionJournal' => // is a Transaction Journal related event.
|
||||
[
|
||||
'FireflyIII\Handlers\Events\StoredJournalEventHandler@scanBills',
|
||||
|
Reference in New Issue
Block a user