Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesvdvreken committed Nov 14, 2017
1 parent ad37329 commit 1f93f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/GetStream/Stream/BaseFeed.php
Expand Up @@ -67,7 +67,7 @@ public function __construct(Client $client, $feed_slug, $user_id, $api_key, $tok
$this->api_key = $api_key;

if ($client instanceof Client) {
$this->client = $client;
$this->client = $client;
}
}

Expand Down

0 comments on commit 1f93f60

Please sign in to comment.