KOKINIO - MANAGER
Edit File: plugins.php
<?php /** * @package Joomla.Administrator * @subpackage com_plugins * * @copyright (C) 2009 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; /** * Plugins component helper. * * @since 1.6 * * @deprecated 5.0 Use \Joomla\Component\Plugins\Administrator\Helper\PluginsHelper instead */ class PluginsHelper extends \Joomla\Component\Plugins\Administrator\Helper\PluginsHelper { }