ImportUsersCommand code quality fix 2.
This commit is contained in:
parent
e52dc94c77
commit
b16646a2ed
|
@ -103,5 +103,7 @@ class ImportUsersCommand extends ContainerAwareCommand
|
||||||
}
|
}
|
||||||
|
|
||||||
$output->writeln($count . ' users imported.');
|
$output->writeln($count . ' users imported.');
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue