Skip to content

Commit

Permalink
fixed "dump" error
Browse files Browse the repository at this point in the history
  • Loading branch information
TinderBox authored Oct 27, 2017
1 parent 3eb3be0 commit 2135894
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,6 @@ public function getRandomServer() : Server
$servers = $cluster->getServers();
$random = array_rand($servers, 1);

dump($servers[$random]);

return $servers[$random];
}

Expand Down

0 comments on commit 2135894

Please sign in to comment.