mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 10:34:30 -04:00
INA-12 | Register drivers in EventServiceProvider.php (required for Manager to actually register drivers)
This commit is contained in:
parent
79efa59f36
commit
94a07df7cc
@ -593,7 +593,12 @@ class EventServiceProvider extends ServiceProvider
|
||||
],
|
||||
VendorWasUpdated::class => [
|
||||
VendorUpdatedActivity::class,
|
||||
]
|
||||
],
|
||||
\SocialiteProviders\Manager\SocialiteWasCalled::class => [
|
||||
// ... Manager won't register drivers that are not added to this listener.
|
||||
\SocialiteProviders\Apple\AppleExtendSocialite::class . '@handle',
|
||||
\SocialiteProviders\Microsoft\MicrosoftExtendSocialite::class . '@handle',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user