Files
MokoSuiteField/source/components/com_mokosuitefield/src/Controller/DisplayController.php
T
jmiller 5a498cf3f6
Universal: Auto Version Bump / Version Bump (push) Successful in 13s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 15s
feat: initial scaffold with component, system plugin, and webservices plugin
2026-06-27 20:17:43 +00:00

19 lines
398 B
PHP

<?php
/**
* @copyright Copyright (C) 2026 Moko Consulting <hello@mokoconsulting.tech>
* @license GPL-3.0-or-later
* @author Moko Consulting
*/
namespace Moko\Component\MokoSuiteField\Administrator\Controller;
use Joomla\CMS\MVC\Controller\BaseController;
\defined('_JEXEC') or die;
class DisplayController extends BaseController
{
protected $default_view = 'fielddashboard';
}