Skip to content

Commit 6e2598f

Browse files
committed
reduced size
1 parent 254a2f1 commit 6e2598f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Widget/DemoWidget.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function __construct(private readonly UserRepository $repository)
2323

2424
public function getWidth(): int
2525
{
26-
return WidgetInterface::WIDTH_FULL;
26+
return WidgetInterface::WIDTH_HALF;
2727
}
2828

2929
public function getHeight(): int

0 commit comments

Comments
 (0)