We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b73b49 commit 8838394Copy full SHA for 8838394
src/Application/Attributes/Persistent.php
@@ -15,4 +15,7 @@
15
#[Attribute(Attribute::TARGET_PROPERTY | Attribute::TARGET_CLASS)]
16
class Persistent
17
{
18
+ public function __construct(string ...$names)
19
+ {
20
+ }
21
}
0 commit comments