Skip to content

Commit

Permalink
Merge pull request #14 from sminnee/ss4
Browse files Browse the repository at this point in the history
FIX: Bind to package, not recipe
  • Loading branch information
Firesphere authored Oct 15, 2019
2 parents 8ab9ad6 + 6cbe668 commit cef0938
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"silverstripe/recipe-cms": "^1.0",
"silverstripe/cms": "^4.0",
"guzzlehttp/guzzle": "~6.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/forms/SlackSignupForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ protected function getFormActions()
* @param array $data
* @param SlackSignupForm $form
*/
protected function submitSlackForm($data, $form)
public function submitSlackForm($data, $form)
{
$signup = SlackInvite::create();
$form->saveInto($signup);
Expand Down

0 comments on commit cef0938

Please sign in to comment.