Update README.stub

This commit is contained in:
2022-09-30 15:56:35 +02:00
committed by GitHub
parent 5caef21b01
commit 99a9331b6e

View File

@@ -46,7 +46,7 @@ Bitinflow\Accounts\Providers\BitinflowAccountsServiceProvider::class,
protected $listen = [ protected $listen = [
\SocialiteProviders\Manager\SocialiteWasCalled::class => [ \SocialiteProviders\Manager\SocialiteWasCalled::class => [
// add your listeners (aka providers) here // add your listeners (aka providers) here
'GhostZero\\BitinflowAccounts\\Socialite\\BitinflowExtendSocialite@handle', 'Bitinflow\\Accounts\\Socialite\\BitinflowExtendSocialite@handle',
], ],
]; ];
``` ```