We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f098fb5 commit 276dbedCopy full SHA for 276dbed
composer.json
@@ -3,7 +3,7 @@
3
"description": "addons package for fastadmin",
4
"homepage": "https://github.com/karsonzhang/fastadmin-addons",
5
"license": "Apache-2.0",
6
- "version": "1.2.9",
+ "version": "1.2.10",
7
"authors": [
8
{
9
"name": "Karson",
src/addons/Service.php
@@ -373,7 +373,8 @@ public static function refresh()
373
throw new Exception(__("Unable to open file '%s' for writing", "addons.js"));
374
}
375
376
- Cache::clear("addons");
+ Cache::rm("addons");
377
+ Cache::rm("hooks");
378
379
$file = self::getExtraAddonsFile();
380
0 commit comments