Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/vendor/magento/module-backend/Block/Page/
Upload File :
Current File : /var/www/clients/client3/web2/web/vendor/magento/module-backend/Block/Page/Copyright.php

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
namespace Magento\Backend\Block\Page;

/**
 * Copyright footer block
 *
 * @api
 * @since 100.0.2
 */
class Copyright extends \Magento\Backend\Block\Template
{
    /**
     * Path to template file in theme
     *
     * @var string
     */
    protected $_template = 'Magento_Backend::page/copyright.phtml';
}