Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/apis/core/hooks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ If you define a hook which is _not_ in the `[component]\hook\*` namespace then y

namespace mod_example;

class hooks implements \core\hook\hook\discovery_agent {
class hooks implements \core\hook\discovery_agent {
public static function discover_hooks(): array {
return [
[
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-4.4/apis/core/hooks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ If you define a hook which is _not_ in the `[component]\hook\*` namespace then y

namespace mod_example;

class hooks implements \core\hook\hook\discovery_agent {
class hooks implements \core\hook\discovery_agent {
public static function discover_hooks(): array {
return [
[
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-5.0/apis/core/hooks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ If you define a hook which is _not_ in the `[component]\hook\*` namespace then y

namespace mod_example;

class hooks implements \core\hook\hook\discovery_agent {
class hooks implements \core\hook\discovery_agent {
public static function discover_hooks(): array {
return [
[
Expand Down