Skip to content

Commit 253f265

Browse files
committed
修复自定义事件被覆盖的BUG
1 parent ef23f8c commit 253f265

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"homepage": "https://github.com/karsonzhang/fastadmin-addons",
55
"license": "Apache-2.0",
66
"minimum-stability": "dev",
7-
"version": "1.1.7",
7+
"version": "1.1.8",
88
"authors": [
99
{
1010
"name": "karsonzhang",

src/common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
Hook::exec($v, 'app_init');
9494
}
9595
}
96-
Hook::import($hooks, false);
96+
Hook::import($hooks, true);
9797
});
9898

9999
/**

0 commit comments

Comments
 (0)