Skip to content

Commit

Permalink
Merge branch 'master' into codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
peldax authored Jun 1, 2021
2 parents 9c85e3e + 329ac2e commit 90c7006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bean.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ abstract class Bean implements \CoolBeans\Contract\Row, \IteratorAggregate
protected \ReflectionClass $reflection;
protected \CoolBeans\Contract\PrimaryKey $primaryKey;

final public function __construct(
public function __construct(
protected \Nette\Database\Table\ActiveRow $row,
)
{
Expand Down

0 comments on commit 90c7006

Please sign in to comment.