Spade

Mini Shell

Directory:~$ /home/lmsyaran/public_html/joomla35/libraries/src/Tag/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/public_html/joomla35/libraries/src/Tag/TaggableTableTrait.php

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

namespace Joomla\CMS\Tag;

defined('JPATH_PLATFORM') or die;

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