Skip to content

Commit

Permalink
fix: compatibility with nette/component-model 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dakorpar committed Feb 11, 2024
1 parent 9dcd182 commit 5a0ca73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Grid/BootstrapRow.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public function getParent(): IContainer
* @param Container|NULL $parent
* @param null $name ignored
*/
public function setParent(?IContainer $parent = null, ?string $name = null): IComponent
public function setParent(?IContainer $parent = null, ?string $name = null): static
{
$this->container = $parent;

Expand Down

0 comments on commit 5a0ca73

Please sign in to comment.