mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
save a whitespace
This commit is contained in:
parent
09bb8e0e3a
commit
e9fa74bfb7
1 changed files with 2 additions and 2 deletions
|
|
@ -40,8 +40,8 @@ class LastSeen extends Command {
|
|||
} else {
|
||||
$date = new \DateTime();
|
||||
$date->setTimestamp($lastLogin);
|
||||
$output->writeln($user->getUID() . '`s ' .
|
||||
' last login: ' . $date->format('d.m.Y h:i'));
|
||||
$output->writeln($user->getUID() .
|
||||
'`s last login: ' . $date->format('d.m.Y h:i'));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue