DX import Luxembourg address command - phpstan

This commit is contained in:
nobohan 2024-06-27 10:34:41 +02:00
parent 25ccb16308
commit d9c50cffb7

View File

@ -35,6 +35,6 @@ class LoadAddressesLUFromBDAddressCommand extends Command
{
$this->addressImporter->import();
return Command::SUCCESS;
return 0;
}
}