App\Http\Controllers\GithubController::getRepoDetails PHP Méthode

getRepoDetails() private méthode

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