mirror of
https://github.com/pelican-dev/panel.git
synced 2025-11-28 17:40:23 +01:00
Restart queue worker when changing email settings (#457)
This commit is contained in:
parent
07735464c7
commit
7557dc1c8d
@ -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('');
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user