DIR:/home/austenwhite.co.uk/www/dev/vendor/magento/module-cms/Controller/Index/ |
Current File : //home/austenwhite.co.uk/www/dev/vendor/magento/module-cms/Controller/Index/DefaultIndex.php |
<?php /** * Default index action (with 404 Not Found headers) * Used if default page don't configure or available * * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ namespace Magento\Cms\Controller\Index; class DefaultIndex extends DefaultNoRoute { } |