KOKINIO - MANAGER
Edit File: ArticleTable.php
<?php /** * @package Joomla.Administrator * @subpackage com_content * * @copyright (C) 2017 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ namespace Joomla\Component\Content\Administrator\Table; \defined('JPATH_PLATFORM') or die; /** * Article table * * @since 1.5 */ class ArticleTable extends \JTableContent { }