Skip to content

Commit

Permalink
Fix capitalization of OperationJob
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Heffley authored Mar 25, 2020
1 parent dc34670 commit d22403f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Operator.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function queue()
$operation->queue();
}

$operationJob = Operationjob::dispatch($operation);
$operationJob = OperationJob::dispatch($operation);

if (property_exists($operation, 'queue')) {
$operationJob->onQueue($operation->queue);
Expand Down

0 comments on commit d22403f

Please sign in to comment.