mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Code reordering and reformatting. I should really start employing style CI.
This commit is contained in:
@@ -126,15 +126,15 @@ class EventServiceProvider extends ServiceProvider
|
||||
],
|
||||
|
||||
// account related events:
|
||||
StoredAccount::class => [
|
||||
StoredAccount::class => [
|
||||
'FireflyIII\Handlers\Events\StoredAccountEventHandler@recalculateCredit',
|
||||
],
|
||||
UpdatedAccount::class => [
|
||||
],
|
||||
UpdatedAccount::class => [
|
||||
'FireflyIII\Handlers\Events\UpdatedAccountEventHandler@recalculateCredit',
|
||||
],
|
||||
|
||||
// LDAP related events:
|
||||
Imported::class => [
|
||||
Imported::class => [
|
||||
'FireflyIII\Handlers\Events\LDAPEventHandler@importedUser',
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user