Your IP : 216.73.217.142


Current Path : /var/www/consult-e-syn/public_html/components/com_ats/Model/
Upload File :
Current File : /var/www/consult-e-syn/public_html/components/com_ats/Model/Jusers.php

<?php
/**
 * @package   ats
 * @copyright Copyright (c)2011-2022 Nicholas K. Dionysopoulos / Akeeba Ltd
 * @license   GNU General Public License version 3, or later
 */

namespace Akeeba\TicketSystem\Site\Model;

defined('_JEXEC') or die;

use Akeeba\TicketSystem\Admin\Model\JoomlaUsers;

/**
 * @property   int  id
 *
 * @property   UserTags[]    atstags                 Tags associated with the current user
 *
 */
class Jusers extends JoomlaUsers
{

}