first commit symfony 6

This commit is contained in:
2022-07-22 13:35:04 +00:00
parent 4cdabaa4e3
commit dd85dcd74a
17 changed files with 14039 additions and 610 deletions

View File

@ -95,6 +95,10 @@ class SynchroCommand extends Command
case "NINE2NINE":
$return=$this->nine2nine();
break;
default:
$return=Command::SUCCESS;
break;
}
$this->writeln('');