mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
minor correction following MR review + Changelog
This commit is contained in:
@@ -142,7 +142,7 @@ class LoadPostalCodesCommand extends Command
|
||||
$output->writeln('<info>'.$num.' were added !</info>');
|
||||
}
|
||||
|
||||
public function getCSVResource(InputInterface $input)
|
||||
private function getCSVResource(InputInterface $input)
|
||||
{
|
||||
$fs = new Filesystem();
|
||||
$filename = $input->getArgument('csv_file');
|
||||
|
Reference in New Issue
Block a user