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

getPage() public method

public getPage ( ) : mixed
return mixed
    public function getPage()
    {
        $details = $this->getRepoDetails();
        return view('api.github')->withDetails($details);
    }