We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 254a2f1 commit 6e2598fCopy full SHA for 6e2598f
Widget/DemoWidget.php
@@ -23,7 +23,7 @@ public function __construct(private readonly UserRepository $repository)
23
24
public function getWidth(): int
25
{
26
- return WidgetInterface::WIDTH_FULL;
+ return WidgetInterface::WIDTH_HALF;
27
}
28
29
public function getHeight(): int
0 commit comments