save a whitespace

remotes/origin/ldap_group_count
Arthur Schiwon 12 years ago
parent 09bb8e0e3a
commit e9fa74bfb7
  1. 4
      core/command/user/lastseen.php

@ -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…
Cancel
Save