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

getPage() public méthode

Return all data to the Steam API dashboard
public getPage ( ) : mixed
Résultat mixed
    public function getPage()
    {
        return view('api.steam');
    }
SteamController