mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
clear icon cache after modify
This commit is contained in:
@@ -18,4 +18,9 @@ class CreateIcon extends CreateRecord
|
||||
'desc' => nexus_trans('label.icon.desc')
|
||||
];
|
||||
}
|
||||
|
||||
public function afterCreate()
|
||||
{
|
||||
clear_icon_cache();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user