Skip to content

Commit a02ca7f

Browse files
committed
Add default value to disabled on builder
1 parent f61d122 commit a02ca7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CliMenuBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class CliMenuBuilder
7777
/**
7878
* @var bool
7979
*/
80-
private $disabled;
80+
private $disabled = false;
8181

8282
/**
8383
* @param CliMenuBuilder|null $parent

0 commit comments

Comments
 (0)