mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-01 23:11:24 +00:00
fix code style for symfony 5
This commit is contained in:
@@ -35,6 +35,6 @@ class LoadAddressesLUFromBDAddressCommand extends Command
|
||||
{
|
||||
$this->addressImporter->import();
|
||||
|
||||
return 0;
|
||||
return Command::SUCCESS;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user