Skip to content

Commit 8cbdafa

Browse files
committed
feat: update properties visibility
1 parent 6eab4f0 commit 8cbdafa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Testing/BuilderExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
trait BuilderExtension
1010
{
11-
private ?Builder $builder = null;
11+
protected ?Builder $builder = null;
1212

1313
protected function builder(): Builder
1414
{

src/Testing/FakerExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
trait FakerExtension
1313
{
14-
private ?Faker $faker = null;
14+
protected ?Faker $faker = null;
1515

1616
/**
1717
* @throws ReflectionException

0 commit comments

Comments
 (0)