Open bbcreation opened 7 years ago
have you registered the provider and added alias to config/app.php?
sent from my iPhone
On 2 Apr 2017, 2:07 AM +0500, Grzegorz Bukat notifications@github.com, wrote:
Hi;
In route /tests I have an error.
Call to undefined method Nahid\Talk\Talk::channel()
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub (https://github.com/nahid/talk/issues/55), or mute the thread (https://github.com/notifications/unsubscribe-auth/AYvvskzNQDX-mxqO-x3vKGmI67-Ue_eGks5rrrx1gaJpZM4MwnVM).
Yes, I use Laravel 5.4
I do not know what you mean. I have a test:
$b = new Broadcast(\Illuminate\Contracts\Config\Repository::class, \Vinkla\Pusher\PusherFactory::class); dd($b->tests());
or
dd (Talk :: channel ());
Exactly as was the case.
@akkhan20 , i am using talk in laravel 5.5 and got the same error as stated by @bbcreation, and i have registered the provider and added alias to config/app.php as you have said, but it still shows the same error what to do?
Hi;
In route /tests I have an error.
Call to undefined method Nahid\Talk\Talk::channel()