Skip to content

Commit 90c7006

Browse files
authored
Merge branch 'master' into codestyle
2 parents 9c85e3e + 329ac2e commit 90c7006

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Bean.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ abstract class Bean implements \CoolBeans\Contract\Row, \IteratorAggregate
1111
protected \ReflectionClass $reflection;
1212
protected \CoolBeans\Contract\PrimaryKey $primaryKey;
1313

14-
final public function __construct(
14+
public function __construct(
1515
protected \Nette\Database\Table\ActiveRow $row,
1616
)
1717
{

0 commit comments

Comments
 (0)