File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
version-4.4/apis/core/hooks
version-5.0/apis/core/hooks Expand file tree Collapse file tree 3 files changed +3
-3
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\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 [
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