Skip to content

Commit

Permalink
Sort lines
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Apr 13, 2024
1 parent e5a415a commit feeda10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/twig/CpExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ public function getFunctions(): array
new TwigFunction('elementCard', [Cp::class, 'elementCardHtml'], ['is_safe' => ['html']]),
new TwigFunction('elementChip', [Cp::class, 'elementChipHtml'], ['is_safe' => ['html']]),
new TwigFunction('elementIndex', [Cp::class, 'elementIndexHtml'], ['is_safe' => ['html']]),
new TwigFunction('statusIndicator', [Cp::class, 'statusIndicatorHtml'], ['is_safe' => ['html']]),
new TwigFunction('siteMenuItems', [Cp::class, 'siteMenuItems']),
new TwigFunction('iconSvg', [Cp::class, 'iconSvg'], ['is_safe' => ['html']]),
new TwigFunction('siteMenuItems', [Cp::class, 'siteMenuItems']),
new TwigFunction('statusIndicator', [Cp::class, 'statusIndicatorHtml'], ['is_safe' => ['html']]),
];
}
}

0 comments on commit feeda10

Please sign in to comment.