<?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 { }