App\Http\Controllers\GithubController::getPage PHP Метод

getPage() публичный Метод

public getPage ( ) : mixed
Результат mixed
    public function getPage()
    {
        $details = $this->getRepoDetails();
        return view('api.github')->withDetails($details);
    }