App\Http\Controllers\GithubController::getRepoDetails PHP Method

getRepoDetails() private method

private getRepoDetails ( ) : mixed
return mixed
    private function getRepoDetails()
    {
        return $this->github->connection('alternative')->repos()->show(self::GITHUB_HANDLE, self::REPO_NAME);
    }