Spade

Mini Shell

Directory:~$ /home/lmsyaran/public_html/joomla3/libraries/src/Versioning/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/public_html/joomla3/libraries/src/Versioning/VersionableControllerTrait.php

<?php
/**
 * Joomla! Content Management System
 *
 * @copyright  (C) 2019 Open Source Matters, Inc.
<https://www.joomla.org>
 * @license    GNU General Public License version 2 or later; see
LICENSE.txt
 */

namespace Joomla\CMS\Versioning;

defined('JPATH_PLATFORM') or die;

/**
 * Defines the trait for a Versionable Controller Class.
 * Note: This is a placeholder to ease transition to the new system in 4.0
 *
 * @since  3.10.0
 */
trait VersionableControllerTrait
{
}