Skip to content

Commit ae0f724

Browse files
committed
chore: configure linters and fixers
1 parent 3ca0df5 commit ae0f724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Factory/DefaultSpecsFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
readonly class DefaultSpecsFactory implements SpecsFactory
2020
{
2121
public function __construct(
22-
private Builder $builder,
22+
protected Builder $builder,
2323
private array $specs = [],
2424
) {
2525
}

0 commit comments

Comments
 (0)