diff --git a/src/Command/User/LoginUrlCommand.php b/src/Command/User/LoginUrlCommand.php index b54055ca7..70cf52eb8 100644 --- a/src/Command/User/LoginUrlCommand.php +++ b/src/Command/User/LoginUrlCommand.php @@ -103,7 +103,8 @@ protected function execute(InputInterface $input, OutputInterface $output) $this->getIo()->success( sprintf( $this->trans('commands.user.login.url.messages.url'), - $userEntity->getAccountName() + $userEntity->getAccountName(), + null ) );