mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -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 => [
|
VendorWasUpdated::class => [
|
||||||
VendorUpdatedActivity::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