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

getPage() public méthode

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