31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-06 23:40:49 +00:00
patchtester/administrator/components/com_patchtester/PatchTester/Model/FetchModel.php

19 lines
391 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 PatchTester\Model;
/**
* Model class for the fetch modal view
*
* @since 2.0
*/
class FetchModel extends PullsModel
{
}