Skip to content

Commit 5d60826

Browse files
committed
feat(container): add TARGET_CLASS for Decorator attribute
1 parent 9095c03 commit 5d60826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/container/src/Decorator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
use Attribute;
88

9-
#[Attribute]
9+
#[Attribute(Attribute::TARGET_CLASS)]
1010
final readonly class Decorator
1111
{
1212
public function __construct(

0 commit comments

Comments
 (0)