laravel-websockets icon indicating copy to clipboard operation
laravel-websockets copied to clipboard

Instantiate ChannelManager in Listeners

Open MohammadZarifiyan opened this issue 2 years ago • 0 comments

Hi there

How can i instantiate channel manager in event listeners ? App::make(\BeyondCode\LaravelWebSockets\Contracts\ChannelManager::class) throws this error cannot instantiate ChannelManager .

MohammadZarifiyan avatar Apr 06 '22 18:04 MohammadZarifiyan