Skip to content

Commit b2a3a0f

Browse files
authored
Fix $db property in test (#201)
1 parent d786d55 commit b2a3a0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Common/AbstractMigrationBuilderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ abstract class AbstractMigrationBuilderTest extends TestCase
1818

1919
protected ContainerInterface $container;
2020
protected MigrationBuilder $builder;
21-
private ConnectionInterface $db;
21+
protected ConnectionInterface $db;
2222
private StubMigrationInformer $informer;
2323

2424
protected function setUp(): void

0 commit comments

Comments
 (0)