Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/magento/framework/View/Layout/PageType/Config/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/framework/View/Layout/PageType/Config/Reader.php

<?php
/**
 * Page layout config reader
 *
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
namespace Magento\Framework\View\Layout\PageType\Config;

class Reader extends \Magento\Framework\Config\Reader\Filesystem
{
    /**
     * List of identifier attributes for merging
     *
     * @var array
     */
    protected $_idAttributes = ['/page_types/type' => 'id'];
}