Skip to content

Commit

Permalink
Cleanup fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbochmann committed Mar 14, 2022
1 parent 9d943c4 commit 34d9333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Twig/Extension/LinkExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ private function makeRnbaseLink(
}
}

/// create link from original if overrule config exist (keep vars).
// create link from original if overrule config exist (keep vars).
$rnBaseLink = $primeval->createLink();
$rnBaseLink->label($arguments->getLabel(), true);
$rnBaseLink->initByTS($configurations, $confId.$tsPath, $params);
Expand Down

0 comments on commit 34d9333

Please sign in to comment.