| Current Path : /var/www/consult-e-syn/public_html/components/com_ats/Model/ |
| Current File : /var/www/consult-e-syn/public_html/components/com_ats/Model/CreditTransactions.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;
/**
* Class CreditTransactions
*
* We simply expose the backend model to the frontend. Since we're using the BasicFactory, there are no security issues,
* public visitors can't reach this model
*
* @package Akeeba\TicketSystem\Site\Model
*/
class CreditTransactions extends \Akeeba\TicketSystem\Admin\Model\CreditTransactions
{
}