We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 035f9e8 commit 8e842bcCopy full SHA for 8e842bc
src/Extension.php
@@ -15,6 +15,6 @@ public function getName(): string
15
16
public function initialize(): void
17
{
18
- $this->registerWidget(new NewsWidget());
+ $this->addWidget(new NewsWidget());
19
}
20
0 commit comments