<?php /** * @package OSSystem * @contact www.joomlashack.com, help@joomlashack.com * @copyright 2016 Open Source Training, LLC. All rights reserved * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL */ use Alledia\OSSystem; defined('_JEXEC') or die(); /** * Helper class * * @deprecated Use Alledia\OSSystem\Helper instead */ abstract class OSSystemHelper extends OSSystem\Helper { }