mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2024-11-10 07:11:03 +00:00
19 lines
391 B
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
|
|
{
|
|
}
|