Your IP : 104.23.197.205


Current Path : /var/www/html/Joomla/administrator/components/com_finder/models/
Upload File :
Current File : /var/www/html/Joomla/administrator/components/com_finder/models/indexer.php

<?php
/**
 * @package     Joomla.Administrator
 * @subpackage  com_finder
 *
 * @copyright   (C) 2011 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

/**
 * Indexer model class for Finder.
 *
 * @since  2.5
 */
class FinderModelIndexer extends JModelLegacy
{
}