Skip to content
Snippets Groups Projects
Commit e9fa74bf authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

save a whitespace

parent 09bb8e0e
Branches
No related tags found
No related merge requests found
...@@ -40,8 +40,8 @@ class LastSeen extends Command { ...@@ -40,8 +40,8 @@ class LastSeen extends Command {
} else { } else {
$date = new \DateTime(); $date = new \DateTime();
$date->setTimestamp($lastLogin); $date->setTimestamp($lastLogin);
$output->writeln($user->getUID() . '`s ' . $output->writeln($user->getUID() .
' last login: ' . $date->format('d.m.Y h:i')); '`s last login: ' . $date->format('d.m.Y h:i'));
} }
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment