Skip to content

Commit

Permalink
Fix Connection::fireConnectionEvent return value (#20149)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntzm authored and taylorotwell committed Jul 19, 2017
1 parent 7f60071 commit 6e72548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ public function listen(Closure $callback)
* Fire an event for this connection.
*
* @param string $event
* @return void
* @return array|null
*/
protected function fireConnectionEvent($event)
{
Expand Down

0 comments on commit 6e72548

Please sign in to comment.