Skip to content

Commit 3359ff3

Browse files
committed
upgraded to laravel 9 / added typed properties.
1 parent af40474 commit 3359ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Service/Generator/Definition/AbstractDefinition.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
abstract class AbstractDefinition implements DefinitionInterface
99
{
1010
protected array $result = [];
11-
protected AbstractSchemaManager $schema;
11+
protected ?AbstractSchemaManager $schema = null;
1212
protected array $attributes = [];
1313

1414
public function getAttributes(): array

0 commit comments

Comments
 (0)