| Current Path : /home/rtorresani/www/vendor/magento/module-paypal/Block/Adminhtml/Billing/Agreement/View/ |
| Current File : //home/rtorresani/www/vendor/magento/module-paypal/Block/Adminhtml/Billing/Agreement/View/Form.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Paypal\Block\Adminhtml\Billing\Agreement\View;
/**
* Adminhtml billing agreement view plane
*/
class Form extends \Magento\Backend\Block\Template
{
/**
* @var string
*/
protected $_template = 'Magento_Paypal::billing/agreement/view/form.phtml';
}