Skip to content

Commit c9ab97f

Browse files
committed
minor #2244 [Site] Remove unused PostMount method (smnandre)
This PR was merged into the 2.x branch. Discussion ---------- [Site] Remove unused PostMount method Thank you `@Nayte91` Commits ------- 17793b9 [Site] Remove unused PostMount method
2 parents 2e44526 + 17793b9 commit c9ab97f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ux.symfony.com/src/Twig/Components/Icon/IconSearch.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
use Symfony\UX\LiveComponent\Attribute\AsLiveComponent;
1919
use Symfony\UX\LiveComponent\Attribute\LiveProp;
2020
use Symfony\UX\LiveComponent\DefaultActionTrait;
21-
use Symfony\UX\TwigComponent\Attribute\PostMount;
2221

2322
#[AsLiveComponent('Icon:IconSearch')]
2423
class IconSearch
@@ -41,11 +40,6 @@ public function __construct(
4140
) {
4241
}
4342

44-
#[PostMount]
45-
public function postMount(): void
46-
{
47-
}
48-
4943
public function getIconSetOptionGroups(): array
5044
{
5145
$groups = [];

0 commit comments

Comments
 (0)