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.
2 parents 995a8c4 + bcff203 commit 2207f31Copy full SHA for 2207f31
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