Update broadcasting.md

Add `\Illuminate\Broadcasting\Channel` to PHPDoc block.
This commit is contained in:
Jake Taylor 2018-09-11 11:09:53 +01:00 committed by GitHub
parent 783f7d466d
commit 2ebb182816
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ The `ShouldBroadcast` interface requires our event to define a `broadcastOn` met
/**
* Get the channels the event should broadcast on.
*
* @return array
* @return \Illuminate\Broadcasting\Channel|array
*/
public function broadcastOn()
{