Skip to content

Commit

Permalink
Merge pull request #33 from joblocal/bugfix/fix-spelling-mistake
Browse files Browse the repository at this point in the history
fix spelling mistake
  • Loading branch information
vixone authored Nov 25, 2021
2 parents fb12527 + 92f6ad3 commit 41a5d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Queue/SqsSnsQueue.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ protected function classExists(array $message)
{
$body = json_decode($message['Body'], true);

return isset($body['data']['comandName']) && class_exists($body['data']['commandName']);
return isset($body['data']['commandName']) && class_exists($body['data']['commandName']);
}
}

0 comments on commit 41a5d90

Please sign in to comment.