Skip to content

Commit 45b39ac

Browse files
committed
Remove unused variable
1 parent 29a7cdb commit 45b39ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/GrantType/PasswordCredentials.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
class PasswordCredentials extends GrantTypeBase
1111
{
1212
protected $grantType = 'password';
13-
protected $required = ['client_id', 'username', 'password'];
1413

1514
/**
1615
* @inheritdoc

0 commit comments

Comments
 (0)