Skip to content

Commit bcea11b

Browse files
committed
refactor(reader): visibility
1 parent df265e4 commit bcea11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Input/Reader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public function readHidden($default = null, callable $fn = null)
131131
*
132132
* @return mixed
133133
*/
134-
private function readHiddenWinOS($default = null, callable $fn = null)
134+
protected function readHiddenWinOS($default = null, callable $fn = null)
135135
{
136136
$cmd = 'powershell -Command ' . \implode('; ', \array_filter([
137137
'$pword = Read-Host -AsSecureString',

0 commit comments

Comments
 (0)