Skip to content

Commit f8e2415

Browse files
committed
remove HasAttributesTrait
1 parent b8cd262 commit f8e2415

File tree

3 files changed

+0
-85
lines changed

3 files changed

+0
-85
lines changed

src/LiveComponent/tests/Fixture/Component/ComponentWithAttributes.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use Symfony\UX\LiveComponent\Attribute\AsLiveComponent;
66
use Symfony\UX\LiveComponent\DefaultActionTrait;
7-
use Symfony\UX\TwigComponent\HasAttributesTrait;
87

98
/**
109
* @author Kevin Bond <kevinbond@gmail.com>
@@ -13,5 +12,4 @@
1312
final class ComponentWithAttributes
1413
{
1514
use DefaultActionTrait;
16-
use HasAttributesTrait;
1715
}

src/TwigComponent/src/HasAttributesTrait.php

Lines changed: 0 additions & 80 deletions
This file was deleted.

src/TwigComponent/tests/Fixture/Component/WithAttributes.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,9 @@
1212
namespace Symfony\UX\TwigComponent\Tests\Fixture\Component;
1313

1414
use Symfony\UX\TwigComponent\Attribute\AsTwigComponent;
15-
use Symfony\UX\TwigComponent\HasAttributesTrait;
1615

1716
#[AsTwigComponent('with_attributes')]
1817
class WithAttributes
1918
{
20-
use HasAttributesTrait;
21-
2219
public string $prop;
2320
}

0 commit comments

Comments
 (0)