Skip to content

Commit 35741b4

Browse files
authored
Merge pull request #82 from ejntaylor/fix-property-2
Pass the Actions ClassName when Action called directly
2 parents 01da21e + e0bb304 commit 35741b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ActionJob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function __construct($action, array $parameters = [])
5353
}
5454
}
5555

56-
$this->resolveQueueableProperties($action);
56+
$this->resolveQueueableProperties($this->actionClass);
5757
}
5858

5959
public function displayName(): string

0 commit comments

Comments
 (0)