Skip to content
Code-Schnipsel Gruppen Projekte
Commit 1926266a erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

Merge branch 'next-2.x' into 'main'

fix: use foobar.locale instead of a real domain -.-

See merge request !46
Übergeordnete 9334c060 4293db9e
No related branches found
No related tags found
2 Merge Requests!50Update 'next-3.x' with latest changes from 'main',!46fix: use foobar.locale instead of a real domain -.-
Pipeline #8913 mit Warnungen bestanden mit Phasen
in 51 Sekunden
......@@ -59,13 +59,13 @@ public function execute(): void
// EMAIL
$this->writeLn(
"Use the following host handle for email-addresses [@foo.bar]: "
"Use the following host handle for email-addresses [@foobar.local]: "
);
$emailHandle = $this->readInput();
if (empty($emailHandle)) {
$emailHandle = '@foo.bar';
$emailHandle = '@foobar.local';
}
// SUMMARY
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren