The PR that was made in kbjr/Git.php also changed the name of the methods on the GitRepo class.
This PR fix that issue
Why is it needed ?
I'm not familiar with this package but if the method modmore\Gitify::getRepository() gets call it will fail since now the Git class needs to be included with its full namespace and also the name of the methods are now camel case.
What does it do ?
The PR that was made in kbjr/Git.php also changed the name of the methods on the
GitRepo
class.This PR fix that issue
Why is it needed ?
I'm not familiar with this package but if the method
modmore\Gitify::getRepository()
gets call it will fail since now theGit
class needs to be included with its full namespace and also the name of the methods are now camel case.Related issue(s)/PR(s)
This is a complementary fix of #356