Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Apr 1, 2023
1 parent 2fba2a2 commit 3856890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FormRenderer/LatteExtensions/Nodes/NClassNode.php
Expand Up @@ -30,7 +30,7 @@ public static function create(Tag $tag): self
}

$tag->expectArguments();
$node = new NClassNode();
$node = new self();
$node->args = $tag->parser->parseArguments();
return $node;
}
Expand Down

0 comments on commit 3856890

Please sign in to comment.