| Current Path : /var/www/html/libraries/noboss/util/ |
| Current File : /var/www/html/libraries/noboss/util/url.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\NbUrlUtil;
\defined('_JEXEC') or die;
class NoBossUtilUrl extends NbUrlUtil {
}