Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcdawkins committed Mar 19, 2015
1 parent 29a7cdb commit 45b39ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/GrantType/PasswordCredentials.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
class PasswordCredentials extends GrantTypeBase
{
protected $grantType = 'password';
protected $required = ['client_id', 'username', 'password'];

/**
* @inheritdoc
Expand Down

0 comments on commit 45b39ac

Please sign in to comment.