Skip to content

Commit

Permalink
Fixed namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaplet committed Feb 28, 2019
1 parent eb758bf commit d24b54b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Manager/UserManager.php
Expand Up @@ -12,7 +12,7 @@

use Latte\Engine;
use Nette\Application\LinkGenerator;
use Nette\DateTime;
use Nette\Utils\DateTime;
use Nette\Mail\Message;
use Nette\Mail\SmtpMailer;
use Nette\Utils\Random;
Expand Down
2 changes: 1 addition & 1 deletion src/Security/Authenticator.php
Expand Up @@ -10,7 +10,7 @@
namespace Wakers\UserModule\Security;


use Nette\DateTime;
use Nette\Utils\DateTime;
use Nette\Security\AuthenticationException;
use Nette\Security\IAuthenticator;
use Nette\Security\Identity;
Expand Down

0 comments on commit d24b54b

Please sign in to comment.