Skip to content

Commit

Permalink
changing example deps and fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmbrgs committed Dec 29, 2017
1 parent ba459a4 commit 79e1ce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Library/Step/StepWorker.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ protected function processMessage(Message\MessageDto $messageDto)
return;
} catch (\Exception $exception) {
$resultHash = [
'status' => workflowManagerService::STATUS_FAILED,
'status' => ManagerService::STATUS_FAILED,
'info' => $exception->getMessage()
];
}
Expand Down
2 changes: 1 addition & 1 deletion example/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
}
],
"require": {
"vpg/disturb": "dev-poc"
"vpg/disturb": "dev-alpha"
}
}

0 comments on commit 79e1ce7

Please sign in to comment.