Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.3] Notification - Unable to BroadcastNow #16844

Closed
lukepolo opened this issue Dec 17, 2016 · 1 comment
Closed

[5.3] Notification - Unable to BroadcastNow #16844

lukepolo opened this issue Dec 17, 2016 · 1 comment

Comments

@lukepolo
Copy link
Contributor

  • Laravel Version: 5.3.28
  • PHP Version:7.0
  • Database Driver & Version: N/A

Description:

I need to broadcast the event now rather than through the queue. There is currently no way to say it should broadcast now.

Steps To Reproduce:

Create a new notification , looked through the api saw

class BroadcastNotificationCreated implements ShouldBroadcast

Suggested Solution (may write a PR for it depending if you think its the right way) :

Would need to make another class saying it should implement ShouldBroadcastNow, unless reflection classes can add interfaces?

@themsaid
Copy link
Member

Submitted a PR for that #16867

Let's continue the discussion there

Thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants