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
@@ -18,4 +18,9 @@ class CreateIcon extends CreateRecord
'desc' => nexus_trans('label.icon.desc')
];
}
public function afterCreate()
{
clear_icon_cache();
}
}