mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Removed deprecated event and handlers. (locked out user)
This commit is contained in:
@@ -46,10 +46,6 @@ class EventServiceProvider extends ServiceProvider
|
||||
[
|
||||
'FireflyIII\Handlers\Events\UserEventHandler@saveEmailAddress',
|
||||
],
|
||||
'FireflyIII\Events\LockedOutUser' => // is a User related event.
|
||||
[
|
||||
'FireflyIII\Handlers\Events\UserEventHandler@reportLockout',
|
||||
],
|
||||
|
||||
'FireflyIII\Events\BlockedUseOfEmail' => // is a User related event.
|
||||
[
|
||||
|
Reference in New Issue
Block a user