fix
This commit is contained in:
parent
4a1378debd
commit
cfc2405596
@ -90,6 +90,7 @@ class EmailSettings extends Component
|
|||||||
public function saveModel()
|
public function saveModel()
|
||||||
{
|
{
|
||||||
$this->model->save();
|
$this->model->save();
|
||||||
|
$this->decrypt();
|
||||||
if (is_a($this->model, Team::class)) {
|
if (is_a($this->model, Team::class)) {
|
||||||
session(['currentTeam' => $this->model]);
|
session(['currentTeam' => $this->model]);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user