Skip to content

Commit

Permalink
UI\UserFormFactory : correct name u=>U
Browse files Browse the repository at this point in the history
  • Loading branch information
JosefDohnal committed Mar 10, 2016
1 parent 0e5d991 commit c0f9752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/UserManager/UI/UserFormFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
Nette\Security\AuthenticationException;

/**
* Class userFormFactory
* Class UserFormFactory
* @package Mepatek\UserManager\UI
*/
class userFormFactory extends Object
class UserFormFactory extends Object
{
/**
* Minimum password length
Expand Down

0 comments on commit c0f9752

Please sign in to comment.