clear icon cache after modify

This commit is contained in:
xiaomlove
2023-02-06 14:25:05 +08:00
parent 23ea393ffe
commit 59b7a2916e
12 changed files with 35 additions and 13 deletions

View File

@@ -28,4 +28,9 @@ class EditIcon extends EditRecord
'desc' => nexus_trans('label.icon.desc')
];
}
public function afterSave()
{
clear_icon_cache();
}
}