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

getPage() public méthode

Return all data to the Yahoo API dashboard
public getPage ( ) : mixed
Résultat mixed
    public function getPage()
    {
        $data = $this->getData();
        return view('api.yahoo')->withData($data);
    }