Skip to content

Commit

Permalink
Missing USER_AGENT class constant in UserstreamPhirehose
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpk committed Dec 11, 2011
1 parent e9d7f21 commit cd8f213
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/UserstreamPhirehose.php
Expand Up @@ -6,6 +6,7 @@ abstract class UserstreamPhirehose extends Phirehose {
const METHOD_USER = 'user';
const CONNECT_OAUTH = 'oauth';
const CONNECT_BASIC = 'basic';
const USER_AGENT = 'Phirehose (https://github.com/fennb/phirehose)';

protected $auth_method;

Expand Down

0 comments on commit cd8f213

Please sign in to comment.