Extending
The developer may have their own checks that they want to perform. In order to create a new type of check the developer should
- Create a new Check Class which extends
\MeCodeNinja\GitHubWebhooks\Check\CheckAbstract
- Implement the methods required by the interface
- Register your Class in the
checks
array ofconfig/githubwebhooks.php