|
|
|
|
@ -61,8 +61,8 @@ class SyncBirthdayCalendar extends Command {
|
|
|
|
|
* @param OutputInterface $output
|
|
|
|
|
*/
|
|
|
|
|
protected function execute(InputInterface $input, OutputInterface $output) {
|
|
|
|
|
if ($input->getArgument('user') !== null) {
|
|
|
|
|
$user = $input->getArgument('user');
|
|
|
|
|
$user = $input->getArgument('user');
|
|
|
|
|
if (!is_null($user)) {
|
|
|
|
|
if (!$this->userManager->userExists($user)) {
|
|
|
|
|
throw new \InvalidArgumentException("User <$user> in unknown.");
|
|
|
|
|
}
|
|
|
|
|
|