Your IP : 216.73.216.224


Current Path : /var/www/html/libraries/noboss/util/
Upload File :
Current File : /var/www/html/libraries/noboss/util/modules.php

<?php
/**
 * @package			No Boss Extensions
 * @subpackage  	No Boss Library
 * @author			No Boss Technology <contact@nobosstechnology.com>
 * @copyright		Copyright (C) 2026 No Boss Technology. All rights reserved.
 * @license			GNU Lesser General Public License version 3 or later; see <https://www.gnu.org/licenses/lgpl-3.0.en.html>
 */

// Carrega arquivo que esta no padrao Joomla 5
use Noboss\Library\Util\NbModulesUtil;

\defined('_JEXEC') or die;

// Classe com metodos uteis gerais para uso em modulos
class NoBossUtilModules extends NbModulesUtil {

}