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 ef23f8c commit 253f265Copy full SHA for 253f265
composer.json
@@ -4,7 +4,7 @@
4
"homepage": "https://github.com/karsonzhang/fastadmin-addons",
5
"license": "Apache-2.0",
6
"minimum-stability": "dev",
7
- "version": "1.1.7",
+ "version": "1.1.8",
8
"authors": [
9
{
10
"name": "karsonzhang",
src/common.php
@@ -93,7 +93,7 @@
93
Hook::exec($v, 'app_init');
94
}
95
96
- Hook::import($hooks, false);
+ Hook::import($hooks, true);
97
});
98
99
/**
0 commit comments