diff options
Diffstat (limited to 'vendor/illuminate/contracts/Broadcasting/ShouldBroadcast.php')
| -rw-r--r-- | vendor/illuminate/contracts/Broadcasting/ShouldBroadcast.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/illuminate/contracts/Broadcasting/ShouldBroadcast.php b/vendor/illuminate/contracts/Broadcasting/ShouldBroadcast.php deleted file mode 100644 index a4802fe40e..0000000000 --- a/vendor/illuminate/contracts/Broadcasting/ShouldBroadcast.php +++ /dev/null @@ -1,13 +0,0 @@ -<?php - -namespace Illuminate\Contracts\Broadcasting; - -interface ShouldBroadcast -{ - /** - * Get the channels the event should broadcast on. - * - * @return \Illuminate\Broadcasting\Channel|\Illuminate\Broadcasting\Channel[] - */ - public function broadcastOn(); -} |
