Skip to content

Commit 61edc8a

Browse files
committed
fix: $iniSettings on ChildProcess.php
1 parent c1f334d commit 61edc8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ChildProcess.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ class ChildProcess implements ChildProcessContract
1919

2020
public readonly bool $persistent;
2121

22+
public readonly ?array $iniSettings;
23+
2224
final public function __construct(protected Client $client) {}
2325

2426
public function get(?string $alias = null): ?self

0 commit comments

Comments
 (0)