Skip to content

Commit

Permalink
Update MakeQueueTenantAwareAction.php
Browse files Browse the repository at this point in the history
Minor changes
  • Loading branch information
masterix21 authored Feb 18, 2021
1 parent b0557bf commit 62a67c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Actions/MakeQueueTenantAwareAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ protected function getJobFromQueueable(object $queueable)
}

if (method_exists($queueable, $job)) {
$queueable->{$job}();
return $queueable->{$job}();
}

return $queueable->$job;
Expand Down

0 comments on commit 62a67c9

Please sign in to comment.