first commit symfony 6
This commit is contained in:
@ -95,6 +95,10 @@ class SynchroCommand extends Command
|
||||
case "NINE2NINE":
|
||||
$return=$this->nine2nine();
|
||||
break;
|
||||
|
||||
default:
|
||||
$return=Command::SUCCESS;
|
||||
break;
|
||||
}
|
||||
|
||||
$this->writeln('');
|
||||
|
Reference in New Issue
Block a user