We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c85e3e + 329ac2e commit 90c7006Copy full SHA for 90c7006
1 file changed
src/Bean.php
@@ -11,7 +11,7 @@ abstract class Bean implements \CoolBeans\Contract\Row, \IteratorAggregate
11
protected \ReflectionClass $reflection;
12
protected \CoolBeans\Contract\PrimaryKey $primaryKey;
13
14
- final public function __construct(
+ public function __construct(
15
protected \Nette\Database\Table\ActiveRow $row,
16
)
17
{
0 commit comments