mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
clear icon cache after modify
This commit is contained in:
@@ -28,4 +28,9 @@ class EditIcon extends EditRecord
|
||||
'desc' => nexus_trans('label.icon.desc')
|
||||
];
|
||||
}
|
||||
|
||||
public function afterSave()
|
||||
{
|
||||
clear_icon_cache();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user