Compare commits
2 Commits
ecd1da9cb9
...
cac57d7f71
Author | SHA1 | Date | |
---|---|---|---|
cac57d7f71 | |||
cde14ee779 |
@ -24,6 +24,8 @@ class MaintainDatabaseCommand extends Command
|
|||||||
parent::__construct();
|
parent::__construct();
|
||||||
|
|
||||||
$this->userPasswordResetterRepository = new UserPasswordResetterRepository();
|
$this->userPasswordResetterRepository = new UserPasswordResetterRepository();
|
||||||
|
$this->oauthTokenRepository = new OAuthTokenRepository();
|
||||||
|
$this->oauthSessionRepository = new OAuthSessionRepository();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function configure(): void
|
public function configure(): void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user