Laravel\Cashier\Http\Controllers\WebhookController::missingMethod PHP Method

missingMethod() public method

Handle calls to missing methods on the controller.
public missingMethod ( array $parameters = [] ) : mixed
$parameters array
return mixed
    public function missingMethod($parameters = [])
    {
        return new Response();
    }