31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-05 23:10:48 +00:00
patchtester/administrator/components/com_patchtester/src/View/DefaultHtmlView.php
Roland Dalmulder 63510fe4f9
Refactor to use Joomla 4 structure step 1 WIP
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
2023-08-17 22:01:47 +02:00

25 lines
529 B
PHP

<?php
/**
* Patch testing component for the Joomla! CMS
*
* @copyright Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later
*/
namespace Joomla\Component\Patchtester\Administrator\View;
// phpcs:disable PSR1.Files.SideEffects
\defined('_JEXEC') or die;
// phpcs:enable PSR1.Files.SideEffects
/**
* Default HTML view class.
*
* @since 2.0
*/
class DefaultHtmlView extends AbstractHtmlView
{
}