Skip to content

Commit

Permalink
[5.3] Add missing methods (#14800)
Browse files Browse the repository at this point in the history
* Add missing methods

* fix docblock
  • Loading branch information
morloderex authored and taylorotwell committed Aug 13, 2016
1 parent a493384 commit f3f0640
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/Illuminate/Broadcasting/Broadcasters/NullBroadcaster.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,20 @@ public function broadcast(array $channels, $event, array $payload = [])
{
//
}

/**
* {@inheritdoc}
*/
public function auth($request)
{
//
}

/**
* {@inheritdoc}
*/
public function validAuthenticationResponse($request, $result)
{
//
}
}

0 comments on commit f3f0640

Please sign in to comment.