I was searching the web for two hours now... Removed vendor/, Cleared the app cache thousand times.. I already tried the double backslash thing, the leading slash thing:
<?php
// app.php
/*
* Package Service Providers...
*/
SocialiteProviders\Manager\ServiceProvider::class,
and
// EventServiceProvider
protected $listen = [
\SocialiteProviders\Manager\SocialiteWasCalled::class => [
// add more listeners (aka providers) here
'SocialiteProviders\\Zoom\\ZoomExtendSocialite@handle',
],
//
The thing is: It just stopped working...
Any hints how to debug it?