* @copyright Copyright (C) 2026 Moko Consulting. All rights reserved. * @license GNU General Public License version 3 or later; see LICENSE * * Legacy entry point — required by Joomla's plugin loader but not executed * under the DI container. Actual logic: src/Extension/MokoOG.php */ defined('_JEXEC') or die; use Joomla\CMS\Plugin\CMSPlugin; class PlgSystemMokoog extends CMSPlugin { }