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 71c72ad commit eb1ea08Copy full SHA for eb1ea08
README.md
@@ -312,6 +312,8 @@ You can also set a separator to display between widgets in a group.
312
313
### Checking the state of a widget group
314
315
-`Widget::group('sidebar')->isEmpty();`
316
-`Widget::group('sidebar')->any();`
317
-`Widget::group('sidebar')->count();`
+`Widget::group('sidebar')->isEmpty();`
+
+`Widget::group('sidebar')->any();`
318
319
+`Widget::group('sidebar')->count();`
0 commit comments