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 ff536b0 commit 0264067Copy full SHA for 0264067
src/Screen/Layouts/Accordion.php
@@ -40,12 +40,15 @@ public function build(Repository $repository)
40
41
/**
42
* Make accordion items stay open when another item is opened.
43
+ *
44
* @param bool $stayOpen
45
46
* @return $this
47
*/
48
public function stayOpen(bool $stayOpen = true): self
49
{
50
$this->variables['stayOpen'] = $stayOpen;
51
+
52
return $this;
53
}
54
0 commit comments