Skip to content

Commit

Permalink
fixed problem with secret pw
Browse files Browse the repository at this point in the history
  • Loading branch information
kokspflanze committed May 19, 2015
1 parent c920ad5 commit f2bc443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PServerCMS/Service/SecretQuestion.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class SecretQuestion extends InvokableBase
*
* @return \PServerCMS\Entity\SecretAnswer
*/
public function setSecretAnswer( U $user, $questionId, $answer )
public function setSecretAnswer( User $user, $questionId, $answer )
{
$class = $this->getEntityOptions()->getSecretAnswer();
/** @var \PServerCMS\Entity\SecretAnswer $secretAnswer */
Expand Down

0 comments on commit f2bc443

Please sign in to comment.