mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Remove a lot of stuff that deals with user activation.
This commit is contained in:
@@ -45,10 +45,6 @@ class EventServiceProvider extends ServiceProvider
|
||||
'FireflyIII\Events\RequestedNewPassword' => [ // is a User related event.
|
||||
'FireflyIII\Handlers\Events\UserEventHandler@sendNewPassword',
|
||||
],
|
||||
'FireflyIII\Events\ResentConfirmation' => // is a User related event.
|
||||
[
|
||||
'FireflyIII\Handlers\Events\UserEventHandler@sendConfirmationMessageAgain',
|
||||
],
|
||||
'FireflyIII\Events\StoredBudgetLimit' => // is a Budget related event.
|
||||
[
|
||||
'FireflyIII\Handlers\Events\BudgetEventHandler@storeRepetition',
|
||||
|
Reference in New Issue
Block a user