| Current Path : /var/www/www.indacotrentino.com/www/vendor/magento/framework/View/Layout/PageType/Config/ |
| Current File : /var/www/www.indacotrentino.com/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'];
}