Restart queue worker when changing email settings (#457)

This commit is contained in:
Boy132 2024-07-05 16:17:35 +02:00 committed by GitHub
parent 07735464c7
commit 7557dc1c8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,6 +61,8 @@ class EmailSettingsCommand extends Command
$this->writeToEnvironment($this->variables);
$this->call('queue:restart');
$this->line('Updating stored environment configuration file.');
$this->line('');
}