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

getPage() public méthode

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