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 e49c81a + e0b9815 commit 01da21eCopy full SHA for 01da21e
src/ActionJob.php
@@ -148,7 +148,7 @@ protected function resolveQueueableProperties($action)
148
149
foreach ($queueableProperties as $queueableProperty) {
150
if (property_exists($action, $queueableProperty)) {
151
- $this->{$queueableProperty} = $action->{$queueableProperty};
+ $this->{$queueableProperty} = app($action)->{$queueableProperty};
152
}
153
154
0 commit comments