Skip to content

Commit 3bbf000

Browse files
committed
feat(config): add Comments
1 parent b071715 commit 3bbf000

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/MWCExtensions.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,10 @@ public function Commentbox(): self {
167167
return $this->ext( 'Commentbox' );
168168
}
169169

170+
public function Comments(): self {
171+
return $this->ext( 'Comments' );
172+
}
173+
170174
public function CommentStreams( array|int $allowedNamespaces = -1 ): self {
171175
return $this
172176
->ext( 'CommentStreams' )

0 commit comments

Comments
 (0)