mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 14:12:15 +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