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 7f4a304 commit 992282cCopy full SHA for 992282c
src/Temporal/Attribute/AssignWorker.php
@@ -4,7 +4,9 @@
4
5
namespace Spiral\RoadRunnerLaravel\Temporal\Attribute;
6
7
-#[\Attribute(\Attribute::TARGET_CLASS | \Attribute::IS_REPEATABLE)]
+use Doctrine\Common\Annotations\Annotation\NamedArgumentConstructor;
8
+
9
+#[\Attribute(\Attribute::TARGET_CLASS | \Attribute::IS_REPEATABLE), NamedArgumentConstructor]
10
final readonly class AssignWorker
11
{
12
/**
0 commit comments