Skip to content

Commit 17793b9

Browse files
committed
[Site] Remove unused PostMount method
Thank you @Nayte91
1 parent 2e44526 commit 17793b9

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)