| Current Path : /home/digilove/public_html/41423/ |
| Current File : //home/digilove/public_html/41423/TaggableTableTrait.php.tar |
home/digilove/public_html/110/libraries/src/Tag/TaggableTableTrait.php 0000644 00000000704 15235522557 0021566 0 ustar 00 <?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
{
}