mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-15 09:47:46 +05:30
Missing parameter
This commit is contained in:
parent
17dfc897b4
commit
1c2ec943e9
@ -18,5 +18,5 @@ interface KeyAlgorithmInterface
|
||||
* @param integer $len Length of the generated code
|
||||
* @return string
|
||||
*/
|
||||
public function generate();
|
||||
public function generate($len);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user