save a whitespace

This commit is contained in:
Arthur Schiwon 2014-05-23 10:55:54 +02:00
parent 09bb8e0e3a
commit e9fa74bfb7
1 changed files with 2 additions and 2 deletions

View File

@ -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'));
}
}
}