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

getPage() public méthode

Return all data to the Foursquare API dashboard
public getPage ( ) : mixed
Résultat mixed
    public function getPage()
    {
        $venues = $this->getVenues();
        return view('api.foursquare')->withVenues($venues);
    }