Skip to content

Commit

Permalink
Korjaa Auth\Internal\CachingServicesFactory:n importit.
Browse files Browse the repository at this point in the history
  • Loading branch information
ut4 committed Jul 23, 2020
1 parent 1cfa8d8 commit c493a23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Pike\Auth\Internal\DefaultUserRepository;

final class App {
public const VERSION = '0.6.2';
public const VERSION = '0.6.3';
public const MAKE_AUTOMATICALLY = '@auto';
/** @var \Pike\AppContext */
private $ctx;
Expand Down
2 changes: 1 addition & 1 deletion src/Auth/Internal/CachingServicesFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
namespace Pike\Auth\Internal;

use Pike\AbstractMailer;
use Pike\Auth\Authenticator;
use Pike\NativeSession;
use Pike\Auth\Crypto;
use Pike\PhpMailerMailer;
use Pike\SessionInterface;

/**
Expand Down

0 comments on commit c493a23

Please sign in to comment.