Skip to content

Commit 8838394

Browse files
committed
Persistent: added constructor [Closes #305]
1 parent 1b73b49 commit 8838394

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Application/Attributes/Persistent.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,7 @@
1515
#[Attribute(Attribute::TARGET_PROPERTY | Attribute::TARGET_CLASS)]
1616
class Persistent
1717
{
18+
public function __construct(string ...$names)
19+
{
20+
}
1821
}

0 commit comments

Comments
 (0)