Skip to content

Commit

Permalink
[9.x] Add unique locking to broadcast events (#43416)
Browse files Browse the repository at this point in the history
* Add unique locking to broadcast events

* Don't require uniqueId, set default

* Locking irrelevant when broadcasting now

* formatting

Co-authored-by: Taylor Otwell <taylor@laravel.com>
  • Loading branch information
DougSisk and taylorotwell committed Jul 26, 2022
1 parent e014cf8 commit ac7f635
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Broadcasting/ShouldBeUnique.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

namespace Illuminate\Contracts\Broadcasting;

interface ShouldBeUnique
{
//
}

0 comments on commit ac7f635

Please sign in to comment.