Covered all cases, fixed CS, added a new TODO

This commit is contained in:
ErickSkrauch
2020-06-13 01:55:02 +03:00
parent 0183e54442
commit 17f1794a4e
8 changed files with 35 additions and 17 deletions

View File

@ -54,4 +54,6 @@ class WebhooksController extends Controller {
return ExitCode::OK;
}
// TODO: add action to modify the webhook events
}