• File: SwitchDonationFormView.php
  • Full Path: /home/bravrvjk/itiministry.org/wp-content/plugins/give/src/DonationForms/V2/Endpoints/SwitchDonationFormView.php
  • Date Modified: 06/09/2023 1:23 AM
  • File size: 318 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace Give\DonationForms\V2\Endpoints;

use Give\Donations\Endpoints\SwitchDonationView;

class SwitchDonationFormView extends SwitchDonationView
{
    /**
     * @inheritDoc
     */
    protected $endpoint = 'admin/forms/view';

    /**
     * @inheritDoc
     */
    protected $slug = 'donation_forms';
}