Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/magento/module-widget/Test/Unit/Model/_files/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-widget/Test/Unit/Model/_files/mappedConfigArrayAll.php

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
declare(strict_types=1);

$array1File = __DIR__ . '/mappedConfigArray1.php';
$array1 = include $array1File;
$array2File = __DIR__ . '/mappedConfigArray2.php';
$array2 = include $array2File;
return ['cms_page_link' => $array1, 'magento_giftregistry_search' => $array2];