File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
version-4.3/apis/core/hooks
version-4.4/apis/core/hooks
version-4.5/apis/core/hooks Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ If you define a hook which is _not_ in the `[component]\hook\*` namespace then y
126126
127127namespace mod_example;
128128
129- class hooks implements \core\hook\hook_discovery_agent {
129+ class hooks implements \core\hook\hook\discovery_agent {
130130 public static function discover_hooks(): array {
131131 return [
132132 [
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ If you define a hook which is _not_ in the `[component]\hook\*` namespace then y
100100
101101namespace mod_example;
102102
103- class hooks implements \core\hook\hook_discovery_agent {
103+ class hooks implements \core\hook\hook\discovery_agent {
104104 public static function discover_hooks(): array {
105105 return [
106106 [
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ If you define a hook which is _not_ in the `[component]\hook\*` namespace then y
126126
127127namespace mod_example;
128128
129- class hooks implements \core\hook\hook_discovery_agent {
129+ class hooks implements \core\hook\hook\discovery_agent {
130130 public static function discover_hooks(): array {
131131 return [
132132 [
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ If you define a hook which is _not_ in the `[component]\hook\*` namespace then y
126126
127127namespace mod_example;
128128
129- class hooks implements \core\hook\hook_discovery_agent {
129+ class hooks implements \core\hook\discovery_agent {
130130 public static function discover_hooks(): array {
131131 return [
132132 [
You can’t perform that action at this time.
0 commit comments