| Current Path : /home/m/a/g/maglabs/it/lib/internal/Magento/Framework/Mview/View/ |
| Current File : /home/m/a/g/maglabs/it/lib/internal/Magento/Framework/Mview/View/CollectionFactory.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Framework\Mview\View;
class CollectionFactory extends AbstractFactory
{
/**
* Instance name
*/
const INSTANCE_NAME = \Magento\Framework\Mview\View\CollectionInterface::class;
}